Html Css Color HEX #DE8FDD Plum

📋 copy color: '#DE8FDD'

red 222 ◦ green 143 ◦ blue 221

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

Shades of Plum #DE8FDD

Tints of Plum #DE8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.4%

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

R = 37.88%
G = 24.4%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE8FDD (or 0xDE8FDD) is known color: Plum. HEX triplet: DE, 8F and DD. RGB value is (222,143,221). Sum of RGB (Red+Green+Blue) = 222+143+221=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FDD is #217022. Grayscale: #AFAFAF. Windows color (decimal): -2191395 or 14520286. OLE color: 14520286.

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

Color convert

RGB 222 143 221 -
CMYK 0 0.36 0.00 0.13
HSL 300.76º 0.54% 0.72% -
HSV(B) 300.76º 0.36% 0.87% -
XYZ 53 40.39 73.41 -
YUV 175.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 222 143 221 0 0.36 0.00 0.13 300.76 0.54 0.72
Hex DE 8F DD 0 24 0 D 12D 36 48
Octal 336 217 335 0 44 0 15 455 66 110
Binary 11011110 10001111 11011101 0 100100 0 1101 100101101 110110 1001000

Color Harmonies of #DE8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8FDD

Black with #DE8FDD

Text Example


Text Example

White with #DE8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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