Html Css Color HEX #DE5E91 Pale Violet Red

📋 copy color: '#DE5E91'

red 222 ◦ green 94 ◦ blue 145

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

Shades of Pale Violet Red #DE5E91

Tints of Pale Violet Red #DE5E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.39%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 48.16%
G = 20.39%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE5E91 (or 0xDE5E91) is known color: Pale Violet Red. HEX triplet: DE, 5E and 91. RGB value is (222,94,145). Sum of RGB (Red+Green+Blue) = 222+94+145=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E91 is #21A16E. Grayscale: #8A8A8A. Windows color (decimal): -2204015 or 9527006. OLE color: 9527006.

HSL color Cylindrical-coordinate representation of color #DE5E91: hue angle of 336.09º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E91 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 145 -
CMYK 0 0.58 0.35 0.13
HSL 336.09º 0.66% 0.62% -
HSV(B) 336.09º 0.58% 0.87% -
XYZ 39.24 25.58 29.66 -
YUV 138.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 222 94 145 0 0.58 0.35 0.13 336.09 0.66 0.62
Hex DE 5E 91 0 3A 23 D 150 42 3E
Octal 336 136 221 0 72 43 15 520 102 76
Binary 11011110 1011110 10010001 0 111010 100011 1101 101010000 1000010 111110

Color Harmonies of #DE5E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E91

Black with #DE5E91

Text Example


Text Example

White with #DE5E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E91; }

 p { color: rgb(222,94,145); }

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

background-color css

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

 a { background-color: rgb(222,94,145); }

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

border-color css

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

 span { border-color: rgb(222,94,145); }

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