Html Css Color HEX #DE5E8D Pale Violet Red

📋 copy color: '#DE5E8D'

red 222 ◦ green 94 ◦ blue 141

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

Shades of Pale Violet Red #DE5E8D

Tints of Pale Violet Red #DE5E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 48.58%
G = 20.57%
B = 30.85%

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

#DE5E8D (or 0xDE5E8D) is known color: Pale Violet Red. HEX triplet: DE, 5E and 8D. RGB value is (222,94,141). Sum of RGB (Red+Green+Blue) = 222+94+141=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E8D is #21A172. Grayscale: #898989. Windows color (decimal): -2204019 or 9264862. OLE color: 9264862.

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

Color convert

RGB 222 94 141 -
CMYK 0 0.58 0.36 0.13
HSL 337.97º 0.66% 0.62% -
HSV(B) 337.97º 0.58% 0.87% -
XYZ 38.93 25.46 28.06 -
YUV 137.63 129.91 188.18 -
System Red Green Blue C M Y K H S L
Decimal 222 94 141 0 0.58 0.36 0.13 337.97 0.66 0.62
Hex DE 5E 8D 0 3A 24 D 152 42 3E
Octal 336 136 215 0 72 44 15 522 102 76
Binary 11011110 1011110 10001101 0 111010 100100 1101 101010010 1000010 111110

Color Harmonies of #DE5E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E8D

Black with #DE5E8D

Text Example


Text Example

White with #DE5E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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