Html Css Color HEX #D99FDD Plum

📋 copy color: '#D99FDD'

red 217 ◦ green 159 ◦ blue 221

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

Shades of Plum #D99FDD

Tints of Plum #D99FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.63%

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 36.35%
G = 26.63%
B = 37.02%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D99FDD (or 0xD99FDD) is known color: Plum. HEX triplet: D9, 9F and DD. RGB value is (217,159,221). Sum of RGB (Red+Green+Blue) = 217+159+221=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #D99FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FDD is #266022. Grayscale: #B7B7B7. Windows color (decimal): -2514979 or 14524377. OLE color: 14524377.

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

Color convert

RGB 217 159 221 -
CMYK 0.02 0.28 0 0.13
HSL 296.13º 0.48% 0.75% -
HSV(B) 296.13º 0.28% 0.87% -
XYZ 54.06 44.77 74.2 -
YUV 183.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 217 159 221 0.02 0.28 0 0.13 296.13 0.48 0.75
Hex D9 9F DD 2 1C 0 D 128 30 4B
Octal 331 237 335 2 34 0 15 450 60 113
Binary 11011001 10011111 11011101 10 11100 0 1101 100101000 110000 1001011

Color Harmonies of #D99FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FDD

Black with #D99FDD

Text Example


Text Example

White with #D99FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FDD; }

 p { color: rgb(217,159,221); }

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

background-color css

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

 a { background-color: rgb(217,159,221); }

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

border-color css

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

 span { border-color: rgb(217,159,221); }

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