Html Css Color HEX #DC0864 Ruby

📋 copy color: '#DC0864'

red 220 ◦ green 8 ◦ blue 100

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

Shades of Ruby #DC0864

Tints of Ruby #DC0864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

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

R = 67.07%
G = 2.44%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC0864 (or 0xDC0864) is known color: Ruby. HEX triplet: DC, 08 and 64. RGB value is (220,8,100). Sum of RGB (Red+Green+Blue) = 220+8+100=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0864 is #23F79B. Grayscale: #515151. Windows color (decimal): -2357148 or 6555868. OLE color: 6555868.

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

Color convert

RGB 220 8 100 -
CMYK 0 0.96 0.55 0.14
HSL 333.96º 0.93% 0.45% -
HSV(B) 333.96º 0.96% 0.86% -
XYZ 31.9 16.31 13.52 -
YUV 81.88 138.24 226.52 -
System Red Green Blue C M Y K H S L
Decimal 220 8 100 0 0.96 0.55 0.14 333.96 0.93 0.45
Hex DC 8 64 0 60 37 E 14E 5D 2D
Octal 334 10 144 0 140 67 16 516 135 55
Binary 11011100 1000 1100100 0 1100000 110111 1110 101001110 1011101 101101

Color Harmonies of #DC0864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0864

Black with #DC0864

Text Example


Text Example

White with #DC0864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0864; }

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

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

background-color css

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

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

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

border-color css

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

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

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