Html Css Color HEX #DE5E93 Pale Violet Red

📋 copy color: '#DE5E93'

red 222 ◦ green 94 ◦ blue 147

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

Shades of Pale Violet Red #DE5E93

Tints of Pale Violet Red #DE5E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.75%

R = 47.95%
G = 20.3%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE5E93 (or 0xDE5E93) is known color: Pale Violet Red. HEX triplet: DE, 5E and 93. RGB value is (222,94,147). Sum of RGB (Red+Green+Blue) = 222+94+147=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E93 is #21A16C. Grayscale: #8A8A8A. Windows color (decimal): -2204013 or 9658078. OLE color: 9658078.

HSL color Cylindrical-coordinate representation of color #DE5E93: hue angle of 335.16º 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 #DE5E93 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 147 -
CMYK 0 0.58 0.34 0.13
HSL 335.16º 0.66% 0.62% -
HSV(B) 335.16º 0.58% 0.87% -
XYZ 39.39 25.64 30.48 -
YUV 138.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 222 94 147 0 0.58 0.34 0.13 335.16 0.66 0.62
Hex DE 5E 93 0 3A 22 D 14F 42 3E
Octal 336 136 223 0 72 42 15 517 102 76
Binary 11011110 1011110 10010011 0 111010 100010 1101 101001111 1000010 111110

Color Harmonies of #DE5E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E93

Black with #DE5E93

Text Example


Text Example

White with #DE5E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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