Html Css Color HEX #D991EC Plum

📋 copy color: '#D991EC'

red 217 ◦ green 145 ◦ blue 236

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

Shades of Plum #D991EC

Tints of Plum #D991EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.25%

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 36.29%
G = 24.25%
B = 39.46%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D991EC (or 0xD991EC) is known color: Plum. HEX triplet: D9, 91 and EC. RGB value is (217,145,236). Sum of RGB (Red+Green+Blue) = 217+145+236=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #D991EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D991EC is #266E13. Grayscale: #B0B0B0. Windows color (decimal): -2518548 or 15503833. OLE color: 15503833.

HSL color Cylindrical-coordinate representation of color #D991EC: hue angle of 287.47º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D991EC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 145 236 -
CMYK 0.08 0.39 0 0.07
HSL 287.47º 0.71% 0.75% -
HSV(B) 287.47º 0.39% 0.93% -
XYZ 53.88 41.06 84.44 -
YUV 176.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 217 145 236 0.08 0.39 0 0.07 287.47 0.71 0.75
Hex D9 91 EC 8 27 0 7 11F 47 4B
Octal 331 221 354 10 47 0 7 437 107 113
Binary 11011001 10010001 11101100 1000 100111 0 111 100011111 1000111 1001011

Color Harmonies of #D991EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991EC

Black with #D991EC

Text Example


Text Example

White with #D991EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991EC; }

 p { color: rgb(217,145,236); }

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

background-color css

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

 a { background-color: rgb(217,145,236); }

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

border-color css

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

 span { border-color: rgb(217,145,236); }

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