Html Css Color HEX #D99DCF Plum

📋 copy color: '#D99DCF'

red 217 ◦ green 157 ◦ blue 207

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

Shades of Plum #D99DCF

Tints of Plum #D99DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 37.35%
G = 27.02%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D99DCF (or 0xD99DCF) is known color: Plum. HEX triplet: D9, 9D and CF. RGB value is (217,157,207). Sum of RGB (Red+Green+Blue) = 217+157+207=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DCF is #266230. Grayscale: #B4B4B4. Windows color (decimal): -2515505 or 13606361. OLE color: 13606361.

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

Color convert

RGB 217 157 207 -
CMYK 0 0.28 0.05 0.15
HSL 310º 0.44% 0.73% -
HSV(B) 310º 0.28% 0.85% -
XYZ 51.93 43.37 64.67 -
YUV 180.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 217 157 207 0 0.28 0.05 0.15 310 0.44 0.73
Hex D9 9D CF 0 1C 5 F 136 2C 49
Octal 331 235 317 0 34 5 17 466 54 111
Binary 11011001 10011101 11001111 0 11100 101 1111 100110110 101100 1001001

Color Harmonies of #D99DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DCF

Black with #D99DCF

Text Example


Text Example

White with #D99DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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