Html Css Color HEX #DE92DD Plum

📋 copy color: '#DE92DD'

red 222 ◦ green 146 ◦ blue 221

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

Shades of Plum #DE92DD

Tints of Plum #DE92DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 37.69%
G = 24.79%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE92DD (or 0xDE92DD) is known color: Plum. HEX triplet: DE, 92 and DD. RGB value is (222,146,221). Sum of RGB (Red+Green+Blue) = 222+146+221=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92DD is #216D22. Grayscale: #B1B1B1. Windows color (decimal): -2190627 or 14521054. OLE color: 14521054.

HSL color Cylindrical-coordinate representation of color #DE92DD: hue angle of 300.79º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE92DD is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 146 221 -
CMYK 0 0.34 0.00 0.13
HSL 300.79º 0.54% 0.72% -
HSV(B) 300.79º 0.34% 0.87% -
XYZ 53.45 41.31 73.56 -
YUV 177.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 222 146 221 0 0.34 0.00 0.13 300.79 0.54 0.72
Hex DE 92 DD 0 22 0 D 12D 36 48
Octal 336 222 335 0 42 0 15 455 66 110
Binary 11011110 10010010 11011101 0 100010 0 1101 100101101 110110 1001000

Color Harmonies of #DE92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE92DD

Black with #DE92DD

Text Example


Text Example

White with #DE92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE92DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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