Html Css Color HEX #D996D8 Plum

📋 copy color: '#D996D8'

red 217 ◦ green 150 ◦ blue 216

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

Shades of Plum #D996D8

Tints of Plum #D996D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.05%

R = 37.22%
G = 25.73%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D996D8 (or 0xD996D8) is known color: Plum. HEX triplet: D9, 96 and D8. RGB value is (217,150,216). Sum of RGB (Red+Green+Blue) = 217+150+216=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D996D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996D8 is #266927. Grayscale: #B1B1B1. Windows color (decimal): -2517288 or 14194393. OLE color: 14194393.

HSL color Cylindrical-coordinate representation of color #D996D8: hue angle of 300.9º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996D8 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 216 -
CMYK 0 0.31 0.00 0.15
HSL 300.9º 0.47% 0.72% -
HSV(B) 300.9º 0.31% 0.85% -
XYZ 51.92 41.52 70.24 -
YUV 177.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 217 150 216 0 0.31 0.00 0.15 300.9 0.47 0.72
Hex D9 96 D8 0 1F 0 F 12D 2F 48
Octal 331 226 330 0 37 0 17 455 57 110
Binary 11011001 10010110 11011000 0 11111 0 1111 100101101 101111 1001000

Color Harmonies of #D996D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996D8

Black with #D996D8

Text Example


Text Example

White with #D996D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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