Html Css Color HEX #DE9AE1 Plum

📋 copy color: '#DE9AE1'

red 222 ◦ green 154 ◦ blue 225

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

Shades of Plum #DE9AE1

Tints of Plum #DE9AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.62%

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 36.94%
G = 25.62%
B = 37.44%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE9AE1 (or 0xDE9AE1) is known color: Plum. HEX triplet: DE, 9A and E1. RGB value is (222,154,225). Sum of RGB (Red+Green+Blue) = 222+154+225=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE9AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AE1 is #21651E. Grayscale: #B6B6B6. Windows color (decimal): -2188575 or 14785246. OLE color: 14785246.

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

Color convert

RGB 222 154 225 -
CMYK 0.01 0.32 0 0.12
HSL 297.46º 0.54% 0.74% -
HSV(B) 297.46º 0.32% 0.88% -
XYZ 55.27 44.08 76.83 -
YUV 182.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 222 154 225 0.01 0.32 0 0.12 297.46 0.54 0.74
Hex DE 9A E1 1 20 0 C 129 36 4A
Octal 336 232 341 1 40 0 14 451 66 112
Binary 11011110 10011010 11100001 1 100000 0 1100 100101001 110110 1001010

Color Harmonies of #DE9AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9AE1

Black with #DE9AE1

Text Example


Text Example

White with #DE9AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9AE1; }

 p { color: rgb(222,154,225); }

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

background-color css

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

 a { background-color: rgb(222,154,225); }

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

border-color css

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

 span { border-color: rgb(222,154,225); }

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