Html Css Color HEX #D99FD1 Plum

📋 copy color: '#D99FD1'

red 217 ◦ green 159 ◦ blue 209

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

Shades of Plum #D99FD1

Tints of Plum #D99FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 37.09%
G = 27.18%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D99FD1 (or 0xD99FD1) is known color: Plum. HEX triplet: D9, 9F and D1. RGB value is (217,159,209). Sum of RGB (Red+Green+Blue) = 217+159+209=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FD1 is #26602E. Grayscale: #B5B5B5. Windows color (decimal): -2514991 or 13737945. OLE color: 13737945.

HSL color Cylindrical-coordinate representation of color #D99FD1: hue angle of 308.28º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FD1 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 209 -
CMYK 0 0.27 0.04 0.15
HSL 308.28º 0.43% 0.74% -
HSV(B) 308.28º 0.27% 0.85% -
XYZ 52.52 44.15 66.08 -
YUV 182.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 217 159 209 0 0.27 0.04 0.15 308.28 0.43 0.74
Hex D9 9F D1 0 1B 4 F 134 2B 4A
Octal 331 237 321 0 33 4 17 464 53 112
Binary 11011001 10011111 11010001 0 11011 100 1111 100110100 101011 1001010

Color Harmonies of #D99FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FD1

Black with #D99FD1

Text Example


Text Example

White with #D99FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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