Html Css Color HEX #DC0E77 Ruby

📋 copy color: '#DC0E77'

red 220 ◦ green 14 ◦ blue 119

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

Shades of Ruby #DC0E77

Tints of Ruby #DC0E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.97%

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

R = 62.32%
G = 3.97%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC0E77 (or 0xDC0E77) is known color: Ruby. HEX triplet: DC, 0E and 77. RGB value is (220,14,119). Sum of RGB (Red+Green+Blue) = 220+14+119=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E77 is #23F188. Grayscale: #575757. Windows color (decimal): -2355593 or 7802588. OLE color: 7802588.

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

Color convert

RGB 220 14 119 -
CMYK 0 0.94 0.46 0.14
HSL 329.42º 0.88% 0.46% -
HSV(B) 329.42º 0.94% 0.86% -
XYZ 33 16.86 18.97 -
YUV 87.56 145.75 222.46 -
System Red Green Blue C M Y K H S L
Decimal 220 14 119 0 0.94 0.46 0.14 329.42 0.88 0.46
Hex DC E 77 0 5E 2E E 149 58 2E
Octal 334 16 167 0 136 56 16 511 130 56
Binary 11011100 1110 1110111 0 1011110 101110 1110 101001001 1011000 101110

Color Harmonies of #DC0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0E77

Black with #DC0E77

Text Example


Text Example

White with #DC0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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