Html Css Color HEX #DE94D7 Plum

📋 copy color: '#DE94D7'

red 222 ◦ green 148 ◦ blue 215

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

Shades of Plum #DE94D7

Tints of Plum #DE94D7

RGB

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

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

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

R = 37.95%
G = 25.3%
B = 36.75%

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

#DE94D7 (or 0xDE94D7) is known color: Plum. HEX triplet: DE, 94 and D7. RGB value is (222,148,215). Sum of RGB (Red+Green+Blue) = 222+148+215=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94D7 is #216B28. Grayscale: #B1B1B1. Windows color (decimal): -2190121 or 14128350. OLE color: 14128350.

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

Color convert

RGB 222 148 215 -
CMYK 0 0.33 0.03 0.13
HSL 305.68º 0.53% 0.73% -
HSV(B) 305.68º 0.33% 0.87% -
XYZ 52.98 41.62 69.53 -
YUV 177.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 222 148 215 0 0.33 0.03 0.13 305.68 0.53 0.73
Hex DE 94 D7 0 21 3 D 132 35 49
Octal 336 224 327 0 41 3 15 462 65 111
Binary 11011110 10010100 11010111 0 100001 11 1101 100110010 110101 1001001

Color Harmonies of #DE94D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94D7

Black with #DE94D7

Text Example


Text Example

White with #DE94D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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