Html Css Color HEX #DC0276 Ruby

📋 copy color: '#DC0276'

red 220 ◦ green 2 ◦ blue 118

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

Shades of Ruby #DC0276

Tints of Ruby #DC0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 64.71%
G = 0.59%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC0276 (or 0xDC0276) is known color: Ruby. HEX triplet: DC, 02 and 76. RGB value is (220,2,118). Sum of RGB (Red+Green+Blue) = 220+2+118=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0276 is #23FD89. Grayscale: #505050. Windows color (decimal): -2358666 or 7733980. OLE color: 7733980.

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

Color convert

RGB 220 2 118 -
CMYK 0 0.99 0.46 0.14
HSL 328.07º 0.98% 0.44% -
HSV(B) 328.07º 0.99% 0.86% -
XYZ 32.81 16.57 18.61 -
YUV 80.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 220 2 118 0 0.99 0.46 0.14 328.07 0.98 0.44
Hex DC 2 76 0 63 2E E 148 62 2C
Octal 334 2 166 0 143 56 16 510 142 54
Binary 11011100 10 1110110 0 1100011 101110 1110 101001000 1100010 101100

Color Harmonies of #DC0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0276

Black with #DC0276

Text Example


Text Example

White with #DC0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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