Html Css Color HEX #DC1566 Ruby

📋 copy color: '#DC1566'

red 220 ◦ green 21 ◦ blue 102

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

Shades of Ruby #DC1566

Tints of Ruby #DC1566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.12%

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 64.14%
G = 6.12%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC1566 (or 0xDC1566) is known color: Ruby. HEX triplet: DC, 15 and 66. RGB value is (220,21,102). Sum of RGB (Red+Green+Blue) = 220+21+102=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1566 is #23EA99. Grayscale: #595959. Windows color (decimal): -2353818 or 6690268. OLE color: 6690268.

HSL color Cylindrical-coordinate representation of color #DC1566: hue angle of 335.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1566 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 102 -
CMYK 0 0.90 0.54 0.14
HSL 335.58º 0.83% 0.47% -
HSV(B) 335.58º 0.9% 0.86% -
XYZ 32.18 16.71 14.1 -
YUV 89.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 220 21 102 0 0.90 0.54 0.14 335.58 0.83 0.47
Hex DC 15 66 0 5A 36 E 150 53 2F
Octal 334 25 146 0 132 66 16 520 123 57
Binary 11011100 10101 1100110 0 1011010 110110 1110 101010000 1010011 101111

Color Harmonies of #DC1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1566

Black with #DC1566

Text Example


Text Example

White with #DC1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1566; }

 p { color: rgb(220,21,102); }

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

background-color css

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

 a { background-color: rgb(220,21,102); }

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

border-color css

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

 span { border-color: rgb(220,21,102); }

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