Html Css Color HEX #DE94D9 Plum

📋 copy color: '#DE94D9'

red 222 ◦ green 148 ◦ blue 217

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

Shades of Plum #DE94D9

Tints of Plum #DE94D9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.21%

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 37.82%
G = 25.21%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE94D9 (or 0xDE94D9) is known color: Plum. HEX triplet: DE, 94 and D9. RGB value is (222,148,217). Sum of RGB (Red+Green+Blue) = 222+148+217=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94D9 is #216B26. Grayscale: #B1B1B1. Windows color (decimal): -2190119 or 14259422. OLE color: 14259422.

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

Color convert

RGB 222 148 217 -
CMYK 0 0.33 0.02 0.13
HSL 304.05º 0.53% 0.73% -
HSV(B) 304.05º 0.33% 0.87% -
XYZ 53.24 41.72 70.89 -
YUV 177.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 222 148 217 0 0.33 0.02 0.13 304.05 0.53 0.73
Hex DE 94 D9 0 21 2 D 130 35 49
Octal 336 224 331 0 41 2 15 460 65 111
Binary 11011110 10010100 11011001 0 100001 10 1101 100110000 110101 1001001

Color Harmonies of #DE94D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94D9

Black with #DE94D9

Text Example


Text Example

White with #DE94D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94D9; }

 p { color: rgb(222,148,217); }

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

background-color css

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

 a { background-color: rgb(222,148,217); }

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

border-color css

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

 span { border-color: rgb(222,148,217); }

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