Html Css Color HEX #DE9AE6 Plum

📋 copy color: '#DE9AE6'

red 222 ◦ green 154 ◦ blue 230

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

Shades of Plum #DE9AE6

Tints of Plum #DE9AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 36.63%
G = 25.41%
B = 37.95%

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

#DE9AE6 (or 0xDE9AE6) is known color: Plum. HEX triplet: DE, 9A and E6. RGB value is (222,154,230). Sum of RGB (Red+Green+Blue) = 222+154+230=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE9AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AE6 is #216519. Grayscale: #B6B6B6. Windows color (decimal): -2188570 or 15112926. OLE color: 15112926.

HSL color Cylindrical-coordinate representation of color #DE9AE6: hue angle of 293.68º degrees, saturation: 0.6, 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 #DE9AE6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 154 230 -
CMYK 0.03 0.33 0 0.10
HSL 293.68º 0.6% 0.75% -
HSV(B) 293.68º 0.33% 0.9% -
XYZ 55.96 44.35 80.47 -
YUV 183 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 222 154 230 0.03 0.33 0 0.10 293.68 0.6 0.75
Hex DE 9A E6 3 21 0 A 126 3C 4B
Octal 336 232 346 3 41 0 12 446 74 113
Binary 11011110 10011010 11100110 11 100001 0 1010 100100110 111100 1001011

Color Harmonies of #DE9AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9AE6

Black with #DE9AE6

Text Example


Text Example

White with #DE9AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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