Html Css Color HEX #DE88DB Plum

📋 copy color: '#DE88DB'

red 222 ◦ green 136 ◦ blue 219

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

Shades of Plum #DE88DB

Tints of Plum #DE88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.57%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 38.47%
G = 23.57%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE88DB (or 0xDE88DB) is known color: Plum. HEX triplet: DE, 88 and DB. RGB value is (222,136,219). Sum of RGB (Red+Green+Blue) = 222+136+219=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88DB is #217724. Grayscale: #AAAAAA. Windows color (decimal): -2193189 or 14387422. OLE color: 14387422.

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

Color convert

RGB 222 136 219 -
CMYK 0 0.39 0.01 0.13
HSL 302.09º 0.57% 0.7% -
HSV(B) 302.09º 0.39% 0.87% -
XYZ 51.71 38.25 71.68 -
YUV 171.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 222 136 219 0 0.39 0.01 0.13 302.09 0.57 0.7
Hex DE 88 DB 0 27 1 D 12E 39 46
Octal 336 210 333 0 47 1 15 456 71 106
Binary 11011110 10001000 11011011 0 100111 1 1101 100101110 111001 1000110

Color Harmonies of #DE88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE88DB

Black with #DE88DB

Text Example


Text Example

White with #DE88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE88DB; }

 p { color: rgb(222,136,219); }

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

background-color css

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

 a { background-color: rgb(222,136,219); }

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

border-color css

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

 span { border-color: rgb(222,136,219); }

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