Html Css Color HEX #DE5E92 Pale Violet Red

📋 copy color: '#DE5E92'

red 222 ◦ green 94 ◦ blue 146

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

Shades of Pale Violet Red #DE5E92

Tints of Pale Violet Red #DE5E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 48.05%
G = 20.35%
B = 31.6%

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

#DE5E92 (or 0xDE5E92) is known color: Pale Violet Red. HEX triplet: DE, 5E and 92. RGB value is (222,94,146). Sum of RGB (Red+Green+Blue) = 222+94+146=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E92 is #21A16D. Grayscale: #8A8A8A. Windows color (decimal): -2204014 or 9592542. OLE color: 9592542.

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

Color convert

RGB 222 94 146 -
CMYK 0 0.58 0.34 0.13
HSL 335.63º 0.66% 0.62% -
HSV(B) 335.63º 0.58% 0.87% -
XYZ 39.32 25.61 30.07 -
YUV 138.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 222 94 146 0 0.58 0.34 0.13 335.63 0.66 0.62
Hex DE 5E 92 0 3A 22 D 150 42 3E
Octal 336 136 222 0 72 42 15 520 102 76
Binary 11011110 1011110 10010010 0 111010 100010 1101 101010000 1000010 111110

Color Harmonies of #DE5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E92

Black with #DE5E92

Text Example


Text Example

White with #DE5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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