Html Css Color HEX #D996D5 Plum

📋 copy color: '#D996D5'

red 217 ◦ green 150 ◦ blue 213

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

Shades of Plum #D996D5

Tints of Plum #D996D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.72%

R = 37.41%
G = 25.86%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D996D5 (or 0xD996D5) is known color: Plum. HEX triplet: D9, 96 and D5. RGB value is (217,150,213). Sum of RGB (Red+Green+Blue) = 217+150+213=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D996D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996D5 is #26692A. Grayscale: #B1B1B1. Windows color (decimal): -2517291 or 13997785. OLE color: 13997785.

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

Color convert

RGB 217 150 213 -
CMYK 0 0.31 0.02 0.15
HSL 303.58º 0.47% 0.72% -
HSV(B) 303.58º 0.31% 0.85% -
XYZ 51.53 41.37 68.22 -
YUV 177.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 217 150 213 0 0.31 0.02 0.15 303.58 0.47 0.72
Hex D9 96 D5 0 1F 2 F 130 2F 48
Octal 331 226 325 0 37 2 17 460 57 110
Binary 11011001 10010110 11010101 0 11111 10 1111 100110000 101111 1001000

Color Harmonies of #D996D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996D5

Black with #D996D5

Text Example


Text Example

White with #D996D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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