Html Css Color HEX #DE95D6 Plum

📋 copy color: '#DE95D6'

red 222 ◦ green 149 ◦ blue 214

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

Shades of Plum #DE95D6

Tints of Plum #DE95D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.58%

R = 37.95%
G = 25.47%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE95D6 (or 0xDE95D6) is known color: Plum. HEX triplet: DE, 95 and D6. RGB value is (222,149,214). Sum of RGB (Red+Green+Blue) = 222+149+214=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95D6 is #216A29. Grayscale: #B2B2B2. Windows color (decimal): -2189866 or 14063070. OLE color: 14063070.

HSL color Cylindrical-coordinate representation of color #DE95D6: hue angle of 306.58º 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 #DE95D6 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 149 214 -
CMYK 0 0.33 0.04 0.13
HSL 306.58º 0.53% 0.73% -
HSV(B) 306.58º 0.33% 0.87% -
XYZ 53.01 41.88 68.91 -
YUV 178.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 222 149 214 0 0.33 0.04 0.13 306.58 0.53 0.73
Hex DE 95 D6 0 21 4 D 133 35 49
Octal 336 225 326 0 41 4 15 463 65 111
Binary 11011110 10010101 11010110 0 100001 100 1101 100110011 110101 1001001

Color Harmonies of #DE95D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE95D6

Black with #DE95D6

Text Example


Text Example

White with #DE95D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE95D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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