Html Css Color HEX #DE2059 Ruby

📋 copy color: '#DE2059'

red 222 ◦ green 32 ◦ blue 89

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

Shades of Ruby #DE2059

Tints of Ruby #DE2059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

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

R = 64.72%
G = 9.33%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE2059 (or 0xDE2059) is known color: Ruby. HEX triplet: DE, 20 and 59. RGB value is (222,32,89). Sum of RGB (Red+Green+Blue) = 222+32+89=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2059 is #21DFA6. Grayscale: #5F5F5F. Windows color (decimal): -2219943 or 5841118. OLE color: 5841118.

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

Color convert

RGB 222 32 89 -
CMYK 0 0.86 0.60 0.13
HSL 342º 0.75% 0.5% -
HSV(B) 342º 0.86% 0.87% -
XYZ 32.44 17.28 11.08 -
YUV 95.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 222 32 89 0 0.86 0.60 0.13 342 0.75 0.5
Hex DE 20 59 0 56 3C D 156 4B 32
Octal 336 40 131 0 126 74 15 526 113 62
Binary 11011110 100000 1011001 0 1010110 111100 1101 101010110 1001011 110010

Color Harmonies of #DE2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2059

Black with #DE2059

Text Example


Text Example

White with #DE2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2059; }

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

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

background-color css

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

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

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

border-color css

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

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

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