Html Css Color HEX #DC0971 Ruby

📋 copy color: '#DC0971'

red 220 ◦ green 9 ◦ blue 113

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

Shades of Ruby #DC0971

Tints of Ruby #DC0971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 64.33%
G = 2.63%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC0971 (or 0xDC0971) is known color: Ruby. HEX triplet: DC, 09 and 71. RGB value is (220,9,113). Sum of RGB (Red+Green+Blue) = 220+9+113=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0971 is #23F68E. Grayscale: #535353. Windows color (decimal): -2356879 or 7408092. OLE color: 7408092.

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

Color convert

RGB 220 9 113 -
CMYK 0 0.96 0.49 0.14
HSL 330.43º 0.92% 0.45% -
HSV(B) 330.43º 0.96% 0.86% -
XYZ 32.59 16.6 17.11 -
YUV 83.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 220 9 113 0 0.96 0.49 0.14 330.43 0.92 0.45
Hex DC 9 71 0 60 31 E 14A 5C 2D
Octal 334 11 161 0 140 61 16 512 134 55
Binary 11011100 1001 1110001 0 1100000 110001 1110 101001010 1011100 101101

Color Harmonies of #DC0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0971

Black with #DC0971

Text Example


Text Example

White with #DC0971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0971; }

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

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

background-color css

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

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

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

border-color css

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

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

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