Html Css Color HEX #DC0966 Ruby

📋 copy color: '#DC0966'

red 220 ◦ green 9 ◦ blue 102

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

Shades of Ruby #DC0966

Tints of Ruby #DC0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.72%

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

R = 66.47%
G = 2.72%
B = 30.82%

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

#DC0966 (or 0xDC0966) is known color: Ruby. HEX triplet: DC, 09 and 66. RGB value is (220,9,102). Sum of RGB (Red+Green+Blue) = 220+9+102=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0966 is #23F699. Grayscale: #525252. Windows color (decimal): -2356890 or 6687196. OLE color: 6687196.

HSL color Cylindrical-coordinate representation of color #DC0966: hue angle of 333.55º degrees, saturation: 0.92, 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 #DC0966 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 102 -
CMYK 0 0.96 0.54 0.14
HSL 333.55º 0.92% 0.45% -
HSV(B) 333.55º 0.96% 0.86% -
XYZ 32.01 16.37 14.04 -
YUV 82.69 138.9 225.94 -
System Red Green Blue C M Y K H S L
Decimal 220 9 102 0 0.96 0.54 0.14 333.55 0.92 0.45
Hex DC 9 66 0 60 36 E 14E 5C 2D
Octal 334 11 146 0 140 66 16 516 134 55
Binary 11011100 1001 1100110 0 1100000 110110 1110 101001110 1011100 101101

Color Harmonies of #DC0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0966

Black with #DC0966

Text Example


Text Example

White with #DC0966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0966; }

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

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

background-color css

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

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

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

border-color css

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

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

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