Html Css Color HEX #DC0964 Ruby

📋 copy color: '#DC0964'

red 220 ◦ green 9 ◦ blue 100

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

Shades of Ruby #DC0964

Tints of Ruby #DC0964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 66.87%
G = 2.74%
B = 30.4%

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

#DC0964 (or 0xDC0964) is known color: Ruby. HEX triplet: DC, 09 and 64. RGB value is (220,9,100). Sum of RGB (Red+Green+Blue) = 220+9+100=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0964 is #23F69B. Grayscale: #525252. Windows color (decimal): -2356892 or 6556124. OLE color: 6556124.

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

Color convert

RGB 220 9 100 -
CMYK 0 0.96 0.55 0.14
HSL 334.12º 0.92% 0.45% -
HSV(B) 334.12º 0.96% 0.86% -
XYZ 31.91 16.33 13.53 -
YUV 82.46 137.9 226.1 -
System Red Green Blue C M Y K H S L
Decimal 220 9 100 0 0.96 0.55 0.14 334.12 0.92 0.45
Hex DC 9 64 0 60 37 E 14E 5C 2D
Octal 334 11 144 0 140 67 16 516 134 55
Binary 11011100 1001 1100100 0 1100000 110111 1110 101001110 1011100 101101

Color Harmonies of #DC0964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0964

Black with #DC0964

Text Example


Text Example

White with #DC0964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0964; }

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

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

background-color css

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

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

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

border-color css

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

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

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