Html Css Color HEX #DC1565 Ruby

📋 copy color: '#DC1565'

red 220 ◦ green 21 ◦ blue 101

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

Shades of Ruby #DC1565

Tints of Ruby #DC1565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 64.33%
G = 6.14%
B = 29.53%

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

#DC1565 (or 0xDC1565) is known color: Ruby. HEX triplet: DC, 15 and 65. RGB value is (220,21,101). Sum of RGB (Red+Green+Blue) = 220+21+101=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1565 is #23EA9A. Grayscale: #595959. Windows color (decimal): -2353819 or 6624732. OLE color: 6624732.

HSL color Cylindrical-coordinate representation of color #DC1565: hue angle of 335.88º 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 #DC1565 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 101 -
CMYK 0 0.90 0.54 0.14
HSL 335.88º 0.83% 0.47% -
HSV(B) 335.88º 0.9% 0.86% -
XYZ 32.13 16.69 13.84 -
YUV 89.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 220 21 101 0 0.90 0.54 0.14 335.88 0.83 0.47
Hex DC 15 65 0 5A 36 E 150 53 2F
Octal 334 25 145 0 132 66 16 520 123 57
Binary 11011100 10101 1100101 0 1011010 110110 1110 101010000 1010011 101111

Color Harmonies of #DC1565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1565

Black with #DC1565

Text Example


Text Example

White with #DC1565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1565; }

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

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

background-color css

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

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

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

border-color css

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

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

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