Html Css Color HEX #D99DDF Plum

📋 copy color: '#D99DDF'

red 217 ◦ green 157 ◦ blue 223

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

Shades of Plum #D99DDF

Tints of Plum #D99DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.3%

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

R = 36.35%
G = 26.3%
B = 37.35%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D99DDF (or 0xD99DDF) is known color: Plum. HEX triplet: D9, 9D and DF. RGB value is (217,157,223). Sum of RGB (Red+Green+Blue) = 217+157+223=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DDF is #266220. Grayscale: #B6B6B6. Windows color (decimal): -2515489 or 14654937. OLE color: 14654937.

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

Color convert

RGB 217 157 223 -
CMYK 0.03 0.30 0 0.13
HSL 294.55º 0.51% 0.75% -
HSV(B) 294.55º 0.3% 0.87% -
XYZ 53.99 44.19 75.5 -
YUV 182.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 217 157 223 0.03 0.30 0 0.13 294.55 0.51 0.75
Hex D9 9D DF 3 1E 0 D 127 33 4B
Octal 331 235 337 3 36 0 15 447 63 113
Binary 11011001 10011101 11011111 11 11110 0 1101 100100111 110011 1001011

Color Harmonies of #D99DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DDF

Black with #D99DDF

Text Example


Text Example

White with #D99DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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