Html Css Color HEX #DE94D1 Plum

📋 copy color: '#DE94D1'

red 222 ◦ green 148 ◦ blue 209

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

Shades of Plum #DE94D1

Tints of Plum #DE94D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 38.34%
G = 25.56%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE94D1 (or 0xDE94D1) is known color: Plum. HEX triplet: DE, 94 and D1. RGB value is (222,148,209). Sum of RGB (Red+Green+Blue) = 222+148+209=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94D1 is #216B2E. Grayscale: #B0B0B0. Windows color (decimal): -2190127 or 13735134. OLE color: 13735134.

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

Color convert

RGB 222 148 209 -
CMYK 0 0.33 0.06 0.13
HSL 310.54º 0.53% 0.73% -
HSV(B) 310.54º 0.33% 0.87% -
XYZ 52.22 41.31 65.54 -
YUV 177.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 222 148 209 0 0.33 0.06 0.13 310.54 0.53 0.73
Hex DE 94 D1 0 21 6 D 137 35 49
Octal 336 224 321 0 41 6 15 467 65 111
Binary 11011110 10010100 11010001 0 100001 110 1101 100110111 110101 1001001

Color Harmonies of #DE94D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94D1

Black with #DE94D1

Text Example


Text Example

White with #DE94D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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