Html Css Color HEX #D996E6 Plum

📋 copy color: '#D996E6'

red 217 ◦ green 150 ◦ blue 230

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

Shades of Plum #D996E6

Tints of Plum #D996E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 36.35%
G = 25.13%
B = 38.53%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D996E6 (or 0xD996E6) is known color: Plum. HEX triplet: D9, 96 and E6. RGB value is (217,150,230). Sum of RGB (Red+Green+Blue) = 217+150+230=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #D996E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996E6 is #266919. Grayscale: #B2B2B2. Windows color (decimal): -2517274 or 15111897. OLE color: 15111897.

HSL color Cylindrical-coordinate representation of color #D996E6: hue angle of 290.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D996E6 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 150 230 -
CMYK 0.06 0.35 0 0.10
HSL 290.25º 0.62% 0.75% -
HSV(B) 290.25º 0.35% 0.9% -
XYZ 53.8 42.28 80.19 -
YUV 179.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 217 150 230 0.06 0.35 0 0.10 290.25 0.62 0.75
Hex D9 96 E6 6 23 0 A 122 3E 4B
Octal 331 226 346 6 43 0 12 442 76 113
Binary 11011001 10010110 11100110 110 100011 0 1010 100100010 111110 1001011

Color Harmonies of #D996E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996E6

Black with #D996E6

Text Example


Text Example

White with #D996E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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