Html Css Color HEX #DE92E0 Plum

📋 copy color: '#DE92E0'

red 222 ◦ green 146 ◦ blue 224

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

Shades of Plum #DE92E0

Tints of Plum #DE92E0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.66%

 BLUE value IS 224 (87.89% from 255) = 37.84%

R = 37.5%
G = 24.66%
B = 37.84%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE92E0 (or 0xDE92E0) is known color: Plum. HEX triplet: DE, 92 and E0. RGB value is (222,146,224). Sum of RGB (Red+Green+Blue) = 222+146+224=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92E0 is #216D1F. Grayscale: #B1B1B1. Windows color (decimal): -2190624 or 14717662. OLE color: 14717662.

HSL color Cylindrical-coordinate representation of color #DE92E0: hue angle of 298.46º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE92E0 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 146 224 -
CMYK 0.01 0.35 0 0.12
HSL 298.46º 0.56% 0.73% -
HSV(B) 298.46º 0.35% 0.88% -
XYZ 53.86 41.47 75.69 -
YUV 177.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 222 146 224 0.01 0.35 0 0.12 298.46 0.56 0.73
Hex DE 92 E0 1 23 0 C 12A 38 49
Octal 336 222 340 1 43 0 14 452 70 111
Binary 11011110 10010010 11100000 1 100011 0 1100 100101010 111000 1001001

Color Harmonies of #DE92E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE92E0

Black with #DE92E0

Text Example


Text Example

White with #DE92E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE92E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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