Html Css Color HEX #DB0569 Ruby

📋 copy color: '#DB0569'

red 219 ◦ green 5 ◦ blue 105

#DB0569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #DB0569

Tints of Ruby #DB0569

RGB

 RED value IS 219 (85.94% from 255) = 66.57%

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 66.57%
G = 1.52%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB0569 (or 0xDB0569) is known color: Ruby. HEX triplet: DB, 05 and 69. RGB value is (219,5,105). Sum of RGB (Red+Green+Blue) = 219+5+105=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0569 is #24FA96. Grayscale: #505050. Windows color (decimal): -2423447 or 6882779. OLE color: 6882779.

HSL color Cylindrical-coordinate representation of color #DB0569: hue angle of 331.96º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0569 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 105 -
CMYK 0 0.98 0.52 0.14
HSL 331.96º 0.96% 0.44% -
HSV(B) 331.96º 0.98% 0.86% -
XYZ 31.82 16.19 14.81 -
YUV 80.39 141.9 226.87 -
System Red Green Blue C M Y K H S L
Decimal 219 5 105 0 0.98 0.52 0.14 331.96 0.96 0.44
Hex DB 5 69 0 62 34 E 14C 60 2C
Octal 333 5 151 0 142 64 16 514 140 54
Binary 11011011 101 1101001 0 1100010 110100 1110 101001100 1100000 101100

Color Harmonies of #DB0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0569

Black with #DB0569

Text Example


Text Example

White with #DB0569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0569; }

 p { color: rgb(219,5,105); }

 H1.HeaderClassName
 {
   color: #DB0569;
 }
 .AnyTagClassName
 {
   color: #DB0569;
 }
</style>

background-color css

<style>
 a { background-color: #DB0569; }

 a { background-color: rgb(219,5,105); }

 div.DivClassName
 {
   background-color: #DB0569;
 }
 .BgClassName
 {
   background-color: #DB0569;
 }
</style>

border-color css

<style>
 span { border-color: #DB0569; }

 span { border-color: rgb(219,5,105); }

 td.TdClassName
 {
   border-color: #DB0569;
 }
 .TagClassName
 {
   border-color: #DB0569;
 }
</style>