Html Css Color HEX #D99DD4 Plum

📋 copy color: '#D99DD4'

red 217 ◦ green 157 ◦ blue 212

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

Shades of Plum #D99DD4

Tints of Plum #D99DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.18%

R = 37.03%
G = 26.79%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D99DD4 (or 0xD99DD4) is known color: Plum. HEX triplet: D9, 9D and D4. RGB value is (217,157,212). Sum of RGB (Red+Green+Blue) = 217+157+212=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD4 is #26622B. Grayscale: #B5B5B5. Windows color (decimal): -2515500 or 13934041. OLE color: 13934041.

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

Color convert

RGB 217 157 212 -
CMYK 0 0.28 0.02 0.15
HSL 305º 0.44% 0.73% -
HSV(B) 305º 0.28% 0.85% -
XYZ 52.56 43.62 67.94 -
YUV 181.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 217 157 212 0 0.28 0.02 0.15 305 0.44 0.73
Hex D9 9D D4 0 1C 2 F 131 2C 49
Octal 331 235 324 0 34 2 17 461 54 111
Binary 11011001 10011101 11010100 0 11100 10 1111 100110001 101100 1001001

Color Harmonies of #D99DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DD4

Black with #D99DD4

Text Example


Text Example

White with #D99DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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