Html Css Color HEX #DC1864 Ruby

📋 copy color: '#DC1864'

red 220 ◦ green 24 ◦ blue 100

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

Shades of Ruby #DC1864

Tints of Ruby #DC1864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

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

R = 63.95%
G = 6.98%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1864 (or 0xDC1864) is known color: Ruby. HEX triplet: DC, 18 and 64. RGB value is (220,24,100). Sum of RGB (Red+Green+Blue) = 220+24+100=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1864 is #23E79B. Grayscale: #5B5B5B. Windows color (decimal): -2353052 or 6559964. OLE color: 6559964.

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

Color convert

RGB 220 24 100 -
CMYK 0 0.89 0.55 0.14
HSL 336.73º 0.8% 0.48% -
HSV(B) 336.73º 0.89% 0.86% -
XYZ 32.14 16.79 13.6 -
YUV 91.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 220 24 100 0 0.89 0.55 0.14 336.73 0.8 0.48
Hex DC 18 64 0 59 37 E 151 50 30
Octal 334 30 144 0 131 67 16 521 120 60
Binary 11011100 11000 1100100 0 1011001 110111 1110 101010001 1010000 110000

Color Harmonies of #DC1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1864

Black with #DC1864

Text Example


Text Example

White with #DC1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1864; }

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

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

background-color css

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

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

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

border-color css

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

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

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