Html Css Color HEX #DC0977 Ruby

📋 copy color: '#DC0977'

red 220 ◦ green 9 ◦ blue 119

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

Shades of Ruby #DC0977

Tints of Ruby #DC0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 63.22%
G = 2.59%
B = 34.2%

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

#DC0977 (or 0xDC0977) is known color: Ruby. HEX triplet: DC, 09 and 77. RGB value is (220,9,119). Sum of RGB (Red+Green+Blue) = 220+9+119=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0977 is #23F688. Grayscale: #545454. Windows color (decimal): -2356873 or 7801308. OLE color: 7801308.

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

Color convert

RGB 220 9 119 -
CMYK 0 0.96 0.46 0.14
HSL 328.72º 0.92% 0.45% -
HSV(B) 328.72º 0.96% 0.86% -
XYZ 32.94 16.74 18.95 -
YUV 84.63 147.4 224.56 -
System Red Green Blue C M Y K H S L
Decimal 220 9 119 0 0.96 0.46 0.14 328.72 0.92 0.45
Hex DC 9 77 0 60 2E E 149 5C 2D
Octal 334 11 167 0 140 56 16 511 134 55
Binary 11011100 1001 1110111 0 1100000 101110 1110 101001001 1011100 101101

Color Harmonies of #DC0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0977

Black with #DC0977

Text Example


Text Example

White with #DC0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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