Html Css Color HEX #DE9FDD Plum

📋 copy color: '#DE9FDD'

red 222 ◦ green 159 ◦ blue 221

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

Shades of Plum #DE9FDD

Tints of Plum #DE9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.41%

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

R = 36.88%
G = 26.41%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE9FDD (or 0xDE9FDD) is known color: Plum. HEX triplet: DE, 9F and DD. RGB value is (222,159,221). Sum of RGB (Red+Green+Blue) = 222+159+221=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FDD is #216022. Grayscale: #B8B8B8. Windows color (decimal): -2187299 or 14524382. OLE color: 14524382.

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

Color convert

RGB 222 159 221 -
CMYK 0 0.28 0.00 0.13
HSL 300.95º 0.49% 0.75% -
HSV(B) 300.95º 0.28% 0.87% -
XYZ 55.57 45.55 74.27 -
YUV 184.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 222 159 221 0 0.28 0.00 0.13 300.95 0.49 0.75
Hex DE 9F DD 0 1C 0 D 12D 31 4B
Octal 336 237 335 0 34 0 15 455 61 113
Binary 11011110 10011111 11011101 0 11100 0 1101 100101101 110001 1001011

Color Harmonies of #DE9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9FDD

Black with #DE9FDD

Text Example


Text Example

White with #DE9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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