Html Css Color HEX #DC0866 Ruby

📋 copy color: '#DC0866'

red 220 ◦ green 8 ◦ blue 102

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

Shades of Ruby #DC0866

Tints of Ruby #DC0866

RGB

 RED value IS 220 (86.33% from 255) = 66.67%

 GREEN value IS 8 (3.52% from 255) = 2.42%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 66.67%
G = 2.42%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC0866 (or 0xDC0866) is known color: Ruby. HEX triplet: DC, 08 and 66. RGB value is (220,8,102). Sum of RGB (Red+Green+Blue) = 220+8+102=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0866 is #23F799. Grayscale: #515151. Windows color (decimal): -2357146 or 6686940. OLE color: 6686940.

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

Color convert

RGB 220 8 102 -
CMYK 0 0.96 0.54 0.14
HSL 333.4º 0.93% 0.45% -
HSV(B) 333.4º 0.96% 0.86% -
XYZ 32 16.35 14.04 -
YUV 82.1 139.24 226.36 -
System Red Green Blue C M Y K H S L
Decimal 220 8 102 0 0.96 0.54 0.14 333.4 0.93 0.45
Hex DC 8 66 0 60 36 E 14D 5D 2D
Octal 334 10 146 0 140 66 16 515 135 55
Binary 11011100 1000 1100110 0 1100000 110110 1110 101001101 1011101 101101

Color Harmonies of #DC0866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0866

Black with #DC0866

Text Example


Text Example

White with #DC0866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0866; }

 p { color: rgb(220,8,102); }

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

background-color css

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

 a { background-color: rgb(220,8,102); }

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

border-color css

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

 span { border-color: rgb(220,8,102); }

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