Html Css Color HEX #DE5E8E Pale Violet Red

📋 copy color: '#DE5E8E'

red 222 ◦ green 94 ◦ blue 142

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

Shades of Pale Violet Red #DE5E8E

Tints of Pale Violet Red #DE5E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31%

R = 48.47%
G = 20.52%
B = 31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE5E8E (or 0xDE5E8E) is known color: Pale Violet Red. HEX triplet: DE, 5E and 8E. RGB value is (222,94,142). Sum of RGB (Red+Green+Blue) = 222+94+142=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E8E is #21A171. Grayscale: #898989. Windows color (decimal): -2204018 or 9330398. OLE color: 9330398.

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

Color convert

RGB 222 94 142 -
CMYK 0 0.58 0.36 0.13
HSL 337.5º 0.66% 0.62% -
HSV(B) 337.5º 0.58% 0.87% -
XYZ 39.01 25.49 28.45 -
YUV 137.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 222 94 142 0 0.58 0.36 0.13 337.5 0.66 0.62
Hex DE 5E 8E 0 3A 24 D 152 42 3E
Octal 336 136 216 0 72 44 15 522 102 76
Binary 11011110 1011110 10001110 0 111010 100100 1101 101010010 1000010 111110

Color Harmonies of #DE5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E8E

Black with #DE5E8E

Text Example


Text Example

White with #DE5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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