Html Css Color HEX #DE9AE5 Plum

📋 copy color: '#DE9AE5'

red 222 ◦ green 154 ◦ blue 229

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

Shades of Plum #DE9AE5

Tints of Plum #DE9AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.85%

R = 36.69%
G = 25.45%
B = 37.85%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE9AE5 (or 0xDE9AE5) is known color: Plum. HEX triplet: DE, 9A and E5. RGB value is (222,154,229). Sum of RGB (Red+Green+Blue) = 222+154+229=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE9AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AE5 is #21651A. Grayscale: #B6B6B6. Windows color (decimal): -2188571 or 15047390. OLE color: 15047390.

HSL color Cylindrical-coordinate representation of color #DE9AE5: hue angle of 294.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9AE5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 154 229 -
CMYK 0.03 0.33 0 0.10
HSL 294.4º 0.59% 0.75% -
HSV(B) 294.4º 0.33% 0.9% -
XYZ 55.82 44.3 79.74 -
YUV 182.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 222 154 229 0.03 0.33 0 0.10 294.4 0.59 0.75
Hex DE 9A E5 3 21 0 A 126 3B 4B
Octal 336 232 345 3 41 0 12 446 73 113
Binary 11011110 10011010 11100101 11 100001 0 1010 100100110 111011 1001011

Color Harmonies of #DE9AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9AE5

Black with #DE9AE5

Text Example


Text Example

White with #DE9AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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