Html Css Color HEX #DC0C70 Ruby

📋 copy color: '#DC0C70'

red 220 ◦ green 12 ◦ blue 112

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

Shades of Ruby #DC0C70

Tints of Ruby #DC0C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 63.95%
G = 3.49%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC0C70 (or 0xDC0C70) is known color: Ruby. HEX triplet: DC, 0C and 70. RGB value is (220,12,112). Sum of RGB (Red+Green+Blue) = 220+12+112=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C70 is #23F38F. Grayscale: #555555. Windows color (decimal): -2356112 or 7343324. OLE color: 7343324.

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

Color convert

RGB 220 12 112 -
CMYK 0 0.95 0.49 0.14
HSL 331.15º 0.9% 0.45% -
HSV(B) 331.15º 0.95% 0.86% -
XYZ 32.57 16.65 16.83 -
YUV 85.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 220 12 112 0 0.95 0.49 0.14 331.15 0.9 0.45
Hex DC C 70 0 5F 31 E 14B 5A 2D
Octal 334 14 160 0 137 61 16 513 132 55
Binary 11011100 1100 1110000 0 1011111 110001 1110 101001011 1011010 101101

Color Harmonies of #DC0C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C70

Black with #DC0C70

Text Example


Text Example

White with #DC0C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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