Html Css Color HEX #DC0972 Ruby

📋 copy color: '#DC0972'

red 220 ◦ green 9 ◦ blue 114

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

Shades of Ruby #DC0972

Tints of Ruby #DC0972

RGB

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

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

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

R = 64.14%
G = 2.62%
B = 33.24%

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

#DC0972 (or 0xDC0972) is known color: Ruby. HEX triplet: DC, 09 and 72. RGB value is (220,9,114). Sum of RGB (Red+Green+Blue) = 220+9+114=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0972 is #23F68D. Grayscale: #535353. Windows color (decimal): -2356878 or 7473628. OLE color: 7473628.

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

Color convert

RGB 220 9 114 -
CMYK 0 0.96 0.48 0.14
HSL 330.14º 0.92% 0.45% -
HSV(B) 330.14º 0.96% 0.86% -
XYZ 32.65 16.63 17.41 -
YUV 84.06 144.9 224.96 -
System Red Green Blue C M Y K H S L
Decimal 220 9 114 0 0.96 0.48 0.14 330.14 0.92 0.45
Hex DC 9 72 0 60 30 E 14A 5C 2D
Octal 334 11 162 0 140 60 16 512 134 55
Binary 11011100 1001 1110010 0 1100000 110000 1110 101001010 1011100 101101

Color Harmonies of #DC0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0972

Black with #DC0972

Text Example


Text Example

White with #DC0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0972; }

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

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

background-color css

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

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

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

border-color css

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

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

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