Html Css Color HEX #DC1759 Ruby

📋 copy color: '#DC1759'

red 220 ◦ green 23 ◦ blue 89

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

Shades of Ruby #DC1759

Tints of Ruby #DC1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

 BLUE value IS 89 (35.16% from 255) = 26.81%

R = 66.27%
G = 6.93%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1759 (or 0xDC1759) is known color: Ruby. HEX triplet: DC, 17 and 59. RGB value is (220,23,89). Sum of RGB (Red+Green+Blue) = 220+23+89=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1759 is #23E8A6. Grayscale: #595959. Windows color (decimal): -2353319 or 5838812. OLE color: 5838812.

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

Color convert

RGB 220 23 89 -
CMYK 0 0.90 0.60 0.14
HSL 339.9º 0.81% 0.48% -
HSV(B) 339.9º 0.9% 0.86% -
XYZ 31.62 16.55 10.98 -
YUV 89.43 127.77 221.13 -
System Red Green Blue C M Y K H S L
Decimal 220 23 89 0 0.90 0.60 0.14 339.9 0.81 0.48
Hex DC 17 59 0 5A 3C E 154 51 30
Octal 334 27 131 0 132 74 16 524 121 60
Binary 11011100 10111 1011001 0 1011010 111100 1110 101010100 1010001 110000

Color Harmonies of #DC1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1759

Black with #DC1759

Text Example


Text Example

White with #DC1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1759; }

 p { color: rgb(220,23,89); }

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

background-color css

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

 a { background-color: rgb(220,23,89); }

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

border-color css

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

 span { border-color: rgb(220,23,89); }

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