Html Css Color HEX #DC0872 Ruby

📋 copy color: '#DC0872'

red 220 ◦ green 8 ◦ blue 114

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

Shades of Ruby #DC0872

Tints of Ruby #DC0872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 64.33%
G = 2.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0872 (or 0xDC0872) is known color: Ruby. HEX triplet: DC, 08 and 72. RGB value is (220,8,114). Sum of RGB (Red+Green+Blue) = 220+8+114=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0872 is #23F78D. Grayscale: #535353. Windows color (decimal): -2357134 or 7473372. OLE color: 7473372.

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

Color convert

RGB 220 8 114 -
CMYK 0 0.96 0.48 0.14
HSL 330º 0.93% 0.45% -
HSV(B) 330º 0.96% 0.86% -
XYZ 32.64 16.6 17.4 -
YUV 83.47 145.24 225.38 -
System Red Green Blue C M Y K H S L
Decimal 220 8 114 0 0.96 0.48 0.14 330 0.93 0.45
Hex DC 8 72 0 60 30 E 14A 5D 2D
Octal 334 10 162 0 140 60 16 512 135 55
Binary 11011100 1000 1110010 0 1100000 110000 1110 101001010 1011101 101101

Color Harmonies of #DC0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0872

Black with #DC0872

Text Example


Text Example

White with #DC0872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0872; }

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

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

background-color css

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

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

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

border-color css

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

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

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