Html Css Color HEX #D99FCF Plum

📋 copy color: '#D99FCF'

red 217 ◦ green 159 ◦ blue 207

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

Shades of Plum #D99FCF

Tints of Plum #D99FCF

RGB

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

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

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

R = 37.22%
G = 27.27%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D99FCF (or 0xD99FCF) is known color: Plum. HEX triplet: D9, 9F and CF. RGB value is (217,159,207). Sum of RGB (Red+Green+Blue) = 217+159+207=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FCF is #266030. Grayscale: #B5B5B5. Windows color (decimal): -2514993 or 13606873. OLE color: 13606873.

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

Color convert

RGB 217 159 207 -
CMYK 0 0.27 0.05 0.15
HSL 310.34º 0.43% 0.74% -
HSV(B) 310.34º 0.27% 0.85% -
XYZ 52.28 44.05 64.78 -
YUV 181.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 217 159 207 0 0.27 0.05 0.15 310.34 0.43 0.74
Hex D9 9F CF 0 1B 5 F 136 2B 4A
Octal 331 237 317 0 33 5 17 466 53 112
Binary 11011001 10011111 11001111 0 11011 101 1111 100110110 101011 1001010

Color Harmonies of #D99FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FCF

Black with #D99FCF

Text Example


Text Example

White with #D99FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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