Html Css Color HEX #DC0C5D Ruby

📋 copy color: '#DC0C5D'

red 220 ◦ green 12 ◦ blue 93

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

Shades of Ruby #DC0C5D

Tints of Ruby #DC0C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 67.69%
G = 3.69%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC0C5D (or 0xDC0C5D) is known color: Ruby. HEX triplet: DC, 0C and 5D. RGB value is (220,12,93). Sum of RGB (Red+Green+Blue) = 220+12+93=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C5D is #23F3A2. Grayscale: #535353. Windows color (decimal): -2356131 or 6098140. OLE color: 6098140.

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

Color convert

RGB 220 12 93 -
CMYK 0 0.95 0.58 0.14
HSL 336.63º 0.9% 0.45% -
HSV(B) 336.63º 0.95% 0.86% -
XYZ 31.62 16.27 11.83 -
YUV 83.43 133.41 225.41 -
System Red Green Blue C M Y K H S L
Decimal 220 12 93 0 0.95 0.58 0.14 336.63 0.9 0.45
Hex DC C 5D 0 5F 3A E 151 5A 2D
Octal 334 14 135 0 137 72 16 521 132 55
Binary 11011100 1100 1011101 0 1011111 111010 1110 101010001 1011010 101101

Color Harmonies of #DC0C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C5D

Black with #DC0C5D

Text Example


Text Example

White with #DC0C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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