Html Css Color HEX #D99ECE Plum

📋 copy color: '#D99ECE'

red 217 ◦ green 158 ◦ blue 206

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

Shades of Plum #D99ECE

Tints of Plum #D99ECE

RGB

 RED value IS 217 (85.16% from 255) = 37.35%

 GREEN value IS 158 (62.11% from 255) = 27.19%

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 37.35%
G = 27.19%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D99ECE (or 0xD99ECE) is known color: Plum. HEX triplet: D9, 9E and CE. RGB value is (217,158,206). Sum of RGB (Red+Green+Blue) = 217+158+206=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ECE is #266131. Grayscale: #B4B4B4. Windows color (decimal): -2515250 or 13541081. OLE color: 13541081.

HSL color Cylindrical-coordinate representation of color #D99ECE: hue angle of 311.19º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99ECE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 206 -
CMYK 0 0.27 0.05 0.15
HSL 311.19º 0.44% 0.74% -
HSV(B) 311.19º 0.27% 0.85% -
XYZ 51.98 43.66 64.08 -
YUV 181.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 217 158 206 0 0.27 0.05 0.15 311.19 0.44 0.74
Hex D9 9E CE 0 1B 5 F 137 2C 4A
Octal 331 236 316 0 33 5 17 467 54 112
Binary 11011001 10011110 11001110 0 11011 101 1111 100110111 101100 1001010

Color Harmonies of #D99ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ECE

Black with #D99ECE

Text Example


Text Example

White with #D99ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ECE; }

 p { color: rgb(217,158,206); }

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

background-color css

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

 a { background-color: rgb(217,158,206); }

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

border-color css

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

 span { border-color: rgb(217,158,206); }

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