Html Css Color HEX #DC0877 Ruby

📋 copy color: '#DC0877'

red 220 ◦ green 8 ◦ blue 119

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

Shades of Ruby #DC0877

Tints of Ruby #DC0877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 63.4%
G = 2.31%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC0877 (or 0xDC0877) is known color: Ruby. HEX triplet: DC, 08 and 77. RGB value is (220,8,119). Sum of RGB (Red+Green+Blue) = 220+8+119=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0877 is #23F788. Grayscale: #535353. Windows color (decimal): -2357129 or 7801052. OLE color: 7801052.

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

Color convert

RGB 220 8 119 -
CMYK 0 0.96 0.46 0.14
HSL 328.58º 0.93% 0.45% -
HSV(B) 328.58º 0.96% 0.86% -
XYZ 32.93 16.72 18.94 -
YUV 84.04 147.74 224.97 -
System Red Green Blue C M Y K H S L
Decimal 220 8 119 0 0.96 0.46 0.14 328.58 0.93 0.45
Hex DC 8 77 0 60 2E E 149 5D 2D
Octal 334 10 167 0 140 56 16 511 135 55
Binary 11011100 1000 1110111 0 1100000 101110 1110 101001001 1011101 101101

Color Harmonies of #DC0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0877

Black with #DC0877

Text Example


Text Example

White with #DC0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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