Html Css Color HEX #D99EDF Plum

📋 copy color: '#D99EDF'

red 217 ◦ green 158 ◦ blue 223

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

Shades of Plum #D99EDF

Tints of Plum #D99EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 36.29%
G = 26.42%
B = 37.29%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D99EDF (or 0xD99EDF) is known color: Plum. HEX triplet: D9, 9E and DF. RGB value is (217,158,223). Sum of RGB (Red+Green+Blue) = 217+158+223=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EDF is #266120. Grayscale: #B6B6B6. Windows color (decimal): -2515233 or 14655193. OLE color: 14655193.

HSL color Cylindrical-coordinate representation of color #D99EDF: hue angle of 294.46º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99EDF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 158 223 -
CMYK 0.03 0.29 0 0.13
HSL 294.46º 0.5% 0.75% -
HSV(B) 294.46º 0.29% 0.87% -
XYZ 54.16 44.53 75.55 -
YUV 183.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 217 158 223 0.03 0.29 0 0.13 294.46 0.5 0.75
Hex D9 9E DF 3 1D 0 D 126 32 4B
Octal 331 236 337 3 35 0 15 446 62 113
Binary 11011001 10011110 11011111 11 11101 0 1101 100100110 110010 1001011

Color Harmonies of #D99EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EDF

Black with #D99EDF

Text Example


Text Example

White with #D99EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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