Html Css Color HEX #DE95D7 Plum

📋 copy color: '#DE95D7'

red 222 ◦ green 149 ◦ blue 215

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

Shades of Plum #DE95D7

Tints of Plum #DE95D7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.43%

 BLUE value IS 215 (84.38% from 255) = 36.69%

R = 37.88%
G = 25.43%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DE95D7 (or 0xDE95D7) is known color: Plum. HEX triplet: DE, 95 and D7. RGB value is (222,149,215). Sum of RGB (Red+Green+Blue) = 222+149+215=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95D7 is #216A28. Grayscale: #B2B2B2. Windows color (decimal): -2189865 or 14128606. OLE color: 14128606.

HSL color Cylindrical-coordinate representation of color #DE95D7: hue angle of 305.75º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE95D7 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 149 215 -
CMYK 0 0.33 0.03 0.13
HSL 305.75º 0.53% 0.73% -
HSV(B) 305.75º 0.33% 0.87% -
XYZ 53.14 41.93 69.58 -
YUV 178.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 222 149 215 0 0.33 0.03 0.13 305.75 0.53 0.73
Hex DE 95 D7 0 21 3 D 132 35 49
Octal 336 225 327 0 41 3 15 462 65 111
Binary 11011110 10010101 11010111 0 100001 11 1101 100110010 110101 1001001

Color Harmonies of #DE95D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE95D7

Black with #DE95D7

Text Example


Text Example

White with #DE95D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE95D7; }

 p { color: rgb(222,149,215); }

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

background-color css

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

 a { background-color: rgb(222,149,215); }

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

border-color css

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

 span { border-color: rgb(222,149,215); }

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