Html Css Color HEX #DC0C61 Ruby

📋 copy color: '#DC0C61'

red 220 ◦ green 12 ◦ blue 97

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

Shades of Ruby #DC0C61

Tints of Ruby #DC0C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.65%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 66.87%
G = 3.65%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC0C61 (or 0xDC0C61) is known color: Ruby. HEX triplet: DC, 0C and 61. RGB value is (220,12,97). Sum of RGB (Red+Green+Blue) = 220+12+97=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C61 is #23F39E. Grayscale: #535353. Windows color (decimal): -2356127 or 6360284. OLE color: 6360284.

HSL color Cylindrical-coordinate representation of color #DC0C61: hue angle of 335.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C61 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 97 -
CMYK 0 0.95 0.56 0.14
HSL 335.48º 0.9% 0.45% -
HSV(B) 335.48º 0.95% 0.86% -
XYZ 31.8 16.34 12.79 -
YUV 83.88 135.41 225.09 -
System Red Green Blue C M Y K H S L
Decimal 220 12 97 0 0.95 0.56 0.14 335.48 0.9 0.45
Hex DC C 61 0 5F 38 E 14F 5A 2D
Octal 334 14 141 0 137 70 16 517 132 55
Binary 11011100 1100 1100001 0 1011111 111000 1110 101001111 1011010 101101

Color Harmonies of #DC0C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C61

Black with #DC0C61

Text Example


Text Example

White with #DC0C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C61; }

 p { color: rgb(220,12,97); }

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

background-color css

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

 a { background-color: rgb(220,12,97); }

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

border-color css

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

 span { border-color: rgb(220,12,97); }

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