Html Css Color HEX #DC0C64 Ruby

📋 copy color: '#DC0C64'

red 220 ◦ green 12 ◦ blue 100

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

Shades of Ruby #DC0C64

Tints of Ruby #DC0C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 66.27%
G = 3.61%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC0C64 (or 0xDC0C64) is known color: Ruby. HEX triplet: DC, 0C and 64. RGB value is (220,12,100). Sum of RGB (Red+Green+Blue) = 220+12+100=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C64 is #23F39B. Grayscale: #545454. Windows color (decimal): -2356124 or 6556892. OLE color: 6556892.

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

Color convert

RGB 220 12 100 -
CMYK 0 0.95 0.55 0.14
HSL 334.62º 0.9% 0.45% -
HSV(B) 334.62º 0.95% 0.86% -
XYZ 31.95 16.4 13.54 -
YUV 84.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 220 12 100 0 0.95 0.55 0.14 334.62 0.9 0.45
Hex DC C 64 0 5F 37 E 14F 5A 2D
Octal 334 14 144 0 137 67 16 517 132 55
Binary 11011100 1100 1100100 0 1011111 110111 1110 101001111 1011010 101101

Color Harmonies of #DC0C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C64

Black with #DC0C64

Text Example


Text Example

White with #DC0C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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