Html Css Color HEX #D999D6 Plum

📋 copy color: '#D999D6'

red 217 ◦ green 153 ◦ blue 214

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

Shades of Plum #D999D6

Tints of Plum #D999D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.64%

R = 37.16%
G = 26.2%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D999D6 (or 0xD999D6) is known color: Plum. HEX triplet: D9, 99 and D6. RGB value is (217,153,214). Sum of RGB (Red+Green+Blue) = 217+153+214=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D6 is #266629. Grayscale: #B2B2B2. Windows color (decimal): -2516522 or 14064089. OLE color: 14064089.

HSL color Cylindrical-coordinate representation of color #D999D6: hue angle of 302.81º 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 #D999D6 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 214 -
CMYK 0 0.29 0.01 0.15
HSL 302.81º 0.46% 0.73% -
HSV(B) 302.81º 0.29% 0.85% -
XYZ 52.14 42.39 69.05 -
YUV 179.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 217 153 214 0 0.29 0.01 0.15 302.81 0.46 0.73
Hex D9 99 D6 0 1D 1 F 12F 2E 49
Octal 331 231 326 0 35 1 17 457 56 111
Binary 11011001 10011001 11010110 0 11101 1 1111 100101111 101110 1001001

Color Harmonies of #D999D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999D6

Black with #D999D6

Text Example


Text Example

White with #D999D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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