Html Css Color HEX #DC0C5E Ruby

📋 copy color: '#DC0C5E'

red 220 ◦ green 12 ◦ blue 94

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

Shades of Ruby #DC0C5E

Tints of Ruby #DC0C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 67.48%
G = 3.68%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC0C5E (or 0xDC0C5E) is known color: Ruby. HEX triplet: DC, 0C and 5E. RGB value is (220,12,94). Sum of RGB (Red+Green+Blue) = 220+12+94=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C5E is #23F3A1. Grayscale: #535353. Windows color (decimal): -2356130 or 6163676. OLE color: 6163676.

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

Color convert

RGB 220 12 94 -
CMYK 0 0.95 0.57 0.14
HSL 336.35º 0.9% 0.45% -
HSV(B) 336.35º 0.95% 0.86% -
XYZ 31.67 16.29 12.06 -
YUV 83.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 220 12 94 0 0.95 0.57 0.14 336.35 0.9 0.45
Hex DC C 5E 0 5F 39 E 150 5A 2D
Octal 334 14 136 0 137 71 16 520 132 55
Binary 11011100 1100 1011110 0 1011111 111001 1110 101010000 1011010 101101

Color Harmonies of #DC0C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C5E

Black with #DC0C5E

Text Example


Text Example

White with #DC0C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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