Html Css Color HEX #DC0676 Ruby

📋 copy color: '#DC0676'

red 220 ◦ green 6 ◦ blue 118

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

Shades of Ruby #DC0676

Tints of Ruby #DC0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 63.95%
G = 1.74%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC0676 (or 0xDC0676) is known color: Ruby. HEX triplet: DC, 06 and 76. RGB value is (220,6,118). Sum of RGB (Red+Green+Blue) = 220+6+118=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0676 is #23F989. Grayscale: #525252. Windows color (decimal): -2357642 or 7735004. OLE color: 7735004.

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

Color convert

RGB 220 6 118 -
CMYK 0 0.97 0.46 0.14
HSL 328.6º 0.95% 0.44% -
HSV(B) 328.6º 0.97% 0.86% -
XYZ 32.85 16.65 18.62 -
YUV 82.75 147.9 225.89 -
System Red Green Blue C M Y K H S L
Decimal 220 6 118 0 0.97 0.46 0.14 328.6 0.95 0.44
Hex DC 6 76 0 61 2E E 149 5F 2C
Octal 334 6 166 0 141 56 16 511 137 54
Binary 11011100 110 1110110 0 1100001 101110 1110 101001001 1011111 101100

Color Harmonies of #DC0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0676

Black with #DC0676

Text Example


Text Example

White with #DC0676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0676; }

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

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

background-color css

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

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

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

border-color css

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

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

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