Html Css Color HEX #D999D9 Plum

📋 copy color: '#D999D9'

red 217 ◦ green 153 ◦ blue 217

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

Shades of Plum #D999D9

Tints of Plum #D999D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.06%

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 36.97%
G = 26.06%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D999D9 (or 0xD999D9) is known color: Plum. HEX triplet: D9, 99 and D9. RGB value is (217,153,217). Sum of RGB (Red+Green+Blue) = 217+153+217=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D999D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D9 is #266626. Grayscale: #B3B3B3. Windows color (decimal): -2516519 or 14260697. OLE color: 14260697.

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

Color convert

RGB 217 153 217 -
CMYK 0 0.29 0 0.15
HSL 300º 0.46% 0.73% -
HSV(B) 300º 0.29% 0.85% -
XYZ 52.53 42.54 71.09 -
YUV 179.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 217 153 217 0 0.29 0 0.15 300 0.46 0.73
Hex D9 99 D9 0 1D 0 F 12C 2E 49
Octal 331 231 331 0 35 0 17 454 56 111
Binary 11011001 10011001 11011001 0 11101 0 1111 100101100 101110 1001001

Color Harmonies of #D999D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999D9

Black with #D999D9

Text Example


Text Example

White with #D999D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999D9; }

 p { color: rgb(217,153,217); }

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

background-color css

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

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

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

border-color css

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

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

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