Html Css Color HEX #DC1859 Ruby

📋 copy color: '#DC1859'

red 220 ◦ green 24 ◦ blue 89

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

Shades of Ruby #DC1859

Tints of Ruby #DC1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.21%

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

R = 66.07%
G = 7.21%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1859 (or 0xDC1859) is known color: Ruby. HEX triplet: DC, 18 and 59. RGB value is (220,24,89). Sum of RGB (Red+Green+Blue) = 220+24+89=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1859 is #23E7A6. Grayscale: #595959. Windows color (decimal): -2353063 or 5839068. OLE color: 5839068.

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

Color convert

RGB 220 24 89 -
CMYK 0 0.89 0.60 0.14
HSL 340.1º 0.8% 0.48% -
HSV(B) 340.1º 0.89% 0.86% -
XYZ 31.65 16.59 10.99 -
YUV 90.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 220 24 89 0 0.89 0.60 0.14 340.1 0.8 0.48
Hex DC 18 59 0 59 3C E 154 50 30
Octal 334 30 131 0 131 74 16 524 120 60
Binary 11011100 11000 1011001 0 1011001 111100 1110 101010100 1010000 110000

Color Harmonies of #DC1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1859

Black with #DC1859

Text Example


Text Example

White with #DC1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1859; }

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

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

background-color css

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

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

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

border-color css

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

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

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