Html Css Color HEX #D99DCE Plum

📋 copy color: '#D99DCE'

red 217 ◦ green 157 ◦ blue 206

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

Shades of Plum #D99DCE

Tints of Plum #D99DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 37.41%
G = 27.07%
B = 35.52%

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

#D99DCE (or 0xD99DCE) is known color: Plum. HEX triplet: D9, 9D and CE. RGB value is (217,157,206). Sum of RGB (Red+Green+Blue) = 217+157+206=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DCE is #266231. Grayscale: #B4B4B4. Windows color (decimal): -2515506 or 13540825. OLE color: 13540825.

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

Color convert

RGB 217 157 206 -
CMYK 0 0.28 0.05 0.15
HSL 311º 0.44% 0.73% -
HSV(B) 311º 0.28% 0.85% -
XYZ 51.81 43.32 64.02 -
YUV 180.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 217 157 206 0 0.28 0.05 0.15 311 0.44 0.73
Hex D9 9D CE 0 1C 5 F 137 2C 49
Octal 331 235 316 0 34 5 17 467 54 111
Binary 11011001 10011101 11001110 0 11100 101 1111 100110111 101100 1001001

Color Harmonies of #D99DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DCE

Black with #D99DCE

Text Example


Text Example

White with #D99DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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