Html Css Color HEX #D99CCF Plum

📋 copy color: '#D99CCF'

red 217 ◦ green 156 ◦ blue 207

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

Shades of Plum #D99CCF

Tints of Plum #D99CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.9%

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

R = 37.41%
G = 26.9%
B = 35.69%

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

#D99CCF (or 0xD99CCF) is known color: Plum. HEX triplet: D9, 9C and CF. RGB value is (217,156,207). Sum of RGB (Red+Green+Blue) = 217+156+207=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CCF is #266330. Grayscale: #B3B3B3. Windows color (decimal): -2515761 or 13606105. OLE color: 13606105.

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

Color convert

RGB 217 156 207 -
CMYK 0 0.28 0.05 0.15
HSL 309.84º 0.45% 0.73% -
HSV(B) 309.84º 0.28% 0.85% -
XYZ 51.77 43.03 64.61 -
YUV 180.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 217 156 207 0 0.28 0.05 0.15 309.84 0.45 0.73
Hex D9 9C CF 0 1C 5 F 136 2D 49
Octal 331 234 317 0 34 5 17 466 55 111
Binary 11011001 10011100 11001111 0 11100 101 1111 100110110 101101 1001001

Color Harmonies of #D99CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99CCF

Black with #D99CCF

Text Example


Text Example

White with #D99CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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