Html Css Color HEX #D996E1 Plum

📋 copy color: '#D996E1'

red 217 ◦ green 150 ◦ blue 225

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

Shades of Plum #D996E1

Tints of Plum #D996E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.01%

R = 36.66%
G = 25.34%
B = 38.01%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D996E1 (or 0xD996E1) is known color: Plum. HEX triplet: D9, 96 and E1. RGB value is (217,150,225). Sum of RGB (Red+Green+Blue) = 217+150+225=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #D996E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996E1 is #26691E. Grayscale: #B2B2B2. Windows color (decimal): -2517279 or 14784217. OLE color: 14784217.

HSL color Cylindrical-coordinate representation of color #D996E1: hue angle of 293.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D996E1 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 150 225 -
CMYK 0.04 0.33 0 0.12
HSL 293.6º 0.56% 0.74% -
HSV(B) 293.6º 0.33% 0.88% -
XYZ 53.11 42 76.54 -
YUV 178.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 217 150 225 0.04 0.33 0 0.12 293.6 0.56 0.74
Hex D9 96 E1 4 21 0 C 126 38 4A
Octal 331 226 341 4 41 0 14 446 70 112
Binary 11011001 10010110 11100001 100 100001 0 1100 100100110 111000 1001010

Color Harmonies of #D996E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996E1

Black with #D996E1

Text Example


Text Example

White with #D996E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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