Html Css Color HEX #D02068 Ruby

📋 copy color: '#D02068'

red 208 ◦ green 32 ◦ blue 104

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

Shades of Ruby #D02068

Tints of Ruby #D02068

RGB

 RED value IS 208 (81.64% from 255) = 60.47%

 GREEN value IS 32 (12.89% from 255) = 9.3%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 60.47%
G = 9.3%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D02068 (or 0xD02068) is known color: Ruby. HEX triplet: D0, 20 and 68. RGB value is (208,32,104). Sum of RGB (Red+Green+Blue) = 208+32+104=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D02068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02068 is #2FDF97. Grayscale: #5C5C5C. Windows color (decimal): -3137432 or 6824144. OLE color: 6824144.

HSL color Cylindrical-coordinate representation of color #D02068: hue angle of 335.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02068 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 104 -
CMYK 0 0.85 0.5 0.18
HSL 335.45º 0.73% 0.47% -
HSV(B) 335.45º 0.85% 0.82% -
XYZ 29.03 15.44 14.55 -
YUV 92.83 134.31 210.15 -
System Red Green Blue C M Y K H S L
Decimal 208 32 104 0 0.85 0.5 0.18 335.45 0.73 0.47
Hex D0 20 68 0 55 32 12 14F 49 2F
Octal 320 40 150 0 125 62 22 517 111 57
Binary 11010000 100000 1101000 0 1010101 110010 10010 101001111 1001001 101111

Color Harmonies of #D02068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02068

Black with #D02068

Text Example


Text Example

White with #D02068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02068; }

 p { color: rgb(208,32,104); }

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

background-color css

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

 a { background-color: rgb(208,32,104); }

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

border-color css

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

 span { border-color: rgb(208,32,104); }

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