Html Css Color HEX #DC1064 Ruby

📋 copy color: '#DC1064'

red 220 ◦ green 16 ◦ blue 100

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

Shades of Ruby #DC1064

Tints of Ruby #DC1064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

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

R = 65.48%
G = 4.76%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1064 (or 0xDC1064) is known color: Ruby. HEX triplet: DC, 10 and 64. RGB value is (220,16,100). Sum of RGB (Red+Green+Blue) = 220+16+100=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1064 is #23EF9B. Grayscale: #565656. Windows color (decimal): -2355100 or 6557916. OLE color: 6557916.

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

Color convert

RGB 220 16 100 -
CMYK 0 0.93 0.55 0.14
HSL 335.29º 0.86% 0.46% -
HSV(B) 335.29º 0.93% 0.86% -
XYZ 32 16.51 13.56 -
YUV 86.57 135.59 223.17 -
System Red Green Blue C M Y K H S L
Decimal 220 16 100 0 0.93 0.55 0.14 335.29 0.86 0.46
Hex DC 10 64 0 5D 37 E 14F 56 2E
Octal 334 20 144 0 135 67 16 517 126 56
Binary 11011100 10000 1100100 0 1011101 110111 1110 101001111 1010110 101110

Color Harmonies of #DC1064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1064

Black with #DC1064

Text Example


Text Example

White with #DC1064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1064; }

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

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

background-color css

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

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

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

border-color css

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

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

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