Html Css Color HEX #DC0076 Ruby

📋 copy color: '#DC0076'

red 220 ◦ green 0 ◦ blue 118

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

Shades of Ruby #DC0076

Tints of Ruby #DC0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 65.09%
G = 0%
B = 34.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC0076 (or 0xDC0076) is known color: Ruby. HEX triplet: DC, 00 and 76. RGB value is (220,0,118). Sum of RGB (Red+Green+Blue) = 220+0+118=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0076 is #23FF89. Grayscale: #4E4E4E. Windows color (decimal): -2359178 or 7733468. OLE color: 7733468.

HSL color Cylindrical-coordinate representation of color #DC0076: hue angle of 327.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0076 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 118 -
CMYK 0 1 0.46 0.14
HSL 327.82º 1% 0.43% -
HSV(B) 327.82º 1% 0.86% -
XYZ 32.79 16.52 18.6 -
YUV 79.23 149.89 228.41 -
System Red Green Blue C M Y K H S L
Decimal 220 0 118 0 1 0.46 0.14 327.82 1 0.43
Hex DC 0 76 0 64 2E E 148 64 2B
Octal 334 0 166 0 144 56 16 510 144 53
Binary 11011100 0 1110110 0 1100100 101110 1110 101001000 1100100 101011

Color Harmonies of #DC0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0076

Black with #DC0076

Text Example


Text Example

White with #DC0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0076; }

 p { color: rgb(220,0,118); }

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

background-color css

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

 a { background-color: rgb(220,0,118); }

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

border-color css

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

 span { border-color: rgb(220,0,118); }

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