Html Css Color HEX #D996DF Plum

📋 copy color: '#D996DF'

red 217 ◦ green 150 ◦ blue 223

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

Shades of Plum #D996DF

Tints of Plum #D996DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.42%

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 36.78%
G = 25.42%
B = 37.8%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D996DF (or 0xD996DF) is known color: Plum. HEX triplet: D9, 96 and DF. RGB value is (217,150,223). Sum of RGB (Red+Green+Blue) = 217+150+223=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D996DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996DF is #266920. Grayscale: #B2B2B2. Windows color (decimal): -2517281 or 14653145. OLE color: 14653145.

HSL color Cylindrical-coordinate representation of color #D996DF: hue angle of 295.07º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D996DF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 150 223 -
CMYK 0.03 0.33 0 0.13
HSL 295.07º 0.53% 0.73% -
HSV(B) 295.07º 0.33% 0.87% -
XYZ 52.84 41.89 75.11 -
YUV 178.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 217 150 223 0.03 0.33 0 0.13 295.07 0.53 0.73
Hex D9 96 DF 3 21 0 D 127 35 49
Octal 331 226 337 3 41 0 15 447 65 111
Binary 11011001 10010110 11011111 11 100001 0 1101 100100111 110101 1001001

Color Harmonies of #D996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996DF

Black with #D996DF

Text Example


Text Example

White with #D996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996DF; }

 p { color: rgb(217,150,223); }

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

background-color css

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

 a { background-color: rgb(217,150,223); }

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

border-color css

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

 span { border-color: rgb(217,150,223); }

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