Html Css Color HEX #DC0D64 Ruby

📋 copy color: '#DC0D64'

red 220 ◦ green 13 ◦ blue 100

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

Shades of Ruby #DC0D64

Tints of Ruby #DC0D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.9%

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

R = 66.07%
G = 3.9%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC0D64 (or 0xDC0D64) is known color: Ruby. HEX triplet: DC, 0D and 64. RGB value is (220,13,100). Sum of RGB (Red+Green+Blue) = 220+13+100=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D64 is #23F29B. Grayscale: #545454. Windows color (decimal): -2355868 or 6557148. OLE color: 6557148.

HSL color Cylindrical-coordinate representation of color #DC0D64: hue angle of 334.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D64 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 100 -
CMYK 0 0.94 0.55 0.14
HSL 334.78º 0.89% 0.46% -
HSV(B) 334.78º 0.94% 0.86% -
XYZ 31.96 16.42 13.54 -
YUV 84.81 136.58 224.43 -
System Red Green Blue C M Y K H S L
Decimal 220 13 100 0 0.94 0.55 0.14 334.78 0.89 0.46
Hex DC D 64 0 5E 37 E 14F 59 2E
Octal 334 15 144 0 136 67 16 517 131 56
Binary 11011100 1101 1100100 0 1011110 110111 1110 101001111 1011001 101110

Color Harmonies of #DC0D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D64

Black with #DC0D64

Text Example


Text Example

White with #DC0D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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