Html Css Color HEX #DE1859 Ruby

📋 copy color: '#DE1859'

red 222 ◦ green 24 ◦ blue 89

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

Shades of Ruby #DE1859

Tints of Ruby #DE1859

RGB

 RED value IS 222 (87.11% from 255) = 66.27%

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

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

R = 66.27%
G = 7.16%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE1859 (or 0xDE1859) is known color: Ruby. HEX triplet: DE, 18 and 59. RGB value is (222,24,89). Sum of RGB (Red+Green+Blue) = 222+24+89=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1859 is #21E7A6. Grayscale: #5A5A5A. Windows color (decimal): -2221991 or 5839070. OLE color: 5839070.

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

Color convert

RGB 222 24 89 -
CMYK 0 0.89 0.60 0.13
HSL 340.3º 0.8% 0.48% -
HSV(B) 340.3º 0.89% 0.87% -
XYZ 32.25 16.9 11.01 -
YUV 90.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 222 24 89 0 0.89 0.60 0.13 340.3 0.8 0.48
Hex DE 18 59 0 59 3C D 154 50 30
Octal 336 30 131 0 131 74 15 524 120 60
Binary 11011110 11000 1011001 0 1011001 111100 1101 101010100 1010000 110000

Color Harmonies of #DE1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1859

Black with #DE1859

Text Example


Text Example

White with #DE1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1859; }

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

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

background-color css

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

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

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

border-color css

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

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

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