Html Css Color HEX #DE9AD2 Plum

📋 copy color: '#DE9AD2'

red 222 ◦ green 154 ◦ blue 210

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

Shades of Plum #DE9AD2

Tints of Plum #DE9AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 37.88%
G = 26.28%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE9AD2 (or 0xDE9AD2) is known color: Plum. HEX triplet: DE, 9A and D2. RGB value is (222,154,210). Sum of RGB (Red+Green+Blue) = 222+154+210=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AD2 is #21652D. Grayscale: #B4B4B4. Windows color (decimal): -2188590 or 13802206. OLE color: 13802206.

HSL color Cylindrical-coordinate representation of color #DE9AD2: hue angle of 310.59º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AD2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 154 210 -
CMYK 0 0.31 0.05 0.13
HSL 310.59º 0.51% 0.74% -
HSV(B) 310.59º 0.31% 0.87% -
XYZ 53.31 43.29 66.52 -
YUV 180.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 222 154 210 0 0.31 0.05 0.13 310.59 0.51 0.74
Hex DE 9A D2 0 1F 5 D 137 33 4A
Octal 336 232 322 0 37 5 15 467 63 112
Binary 11011110 10011010 11010010 0 11111 101 1101 100110111 110011 1001010

Color Harmonies of #DE9AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9AD2

Black with #DE9AD2

Text Example


Text Example

White with #DE9AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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