Html Css Color HEX #DE8BDF Plum

📋 copy color: '#DE8BDF'

red 222 ◦ green 139 ◦ blue 223

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

Shades of Plum #DE8BDF

Tints of Plum #DE8BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.8%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 38.01%
G = 23.8%
B = 38.18%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE8BDF (or 0xDE8BDF) is known color: Plum. HEX triplet: DE, 8B and DF. RGB value is (222,139,223). Sum of RGB (Red+Green+Blue) = 222+139+223=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8BDF is #217420. Grayscale: #ADADAD. Windows color (decimal): -2192417 or 14650334. OLE color: 14650334.

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

Color convert

RGB 222 139 223 -
CMYK 0.00 0.38 0 0.13
HSL 299.29º 0.57% 0.71% -
HSV(B) 299.29º 0.38% 0.87% -
XYZ 52.68 39.32 74.63 -
YUV 173.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 222 139 223 0.00 0.38 0 0.13 299.29 0.57 0.71
Hex DE 8B DF 0 26 0 D 12B 39 47
Octal 336 213 337 0 46 0 15 453 71 107
Binary 11011110 10001011 11011111 0 100110 0 1101 100101011 111001 1000111

Color Harmonies of #DE8BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8BDF

Black with #DE8BDF

Text Example


Text Example

White with #DE8BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8BDF; }

 p { color: rgb(222,139,223); }

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

background-color css

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

 a { background-color: rgb(222,139,223); }

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

border-color css

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

 span { border-color: rgb(222,139,223); }

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