Html Css Color HEX #D98EEC Plum

📋 copy color: '#D98EEC'

red 217 ◦ green 142 ◦ blue 236

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

Shades of Plum #D98EEC

Tints of Plum #D98EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.87%

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

R = 36.47%
G = 23.87%
B = 39.66%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D98EEC (or 0xD98EEC) is known color: Plum. HEX triplet: D9, 8E and EC. RGB value is (217,142,236). Sum of RGB (Red+Green+Blue) = 217+142+236=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #D98EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EEC is #267113. Grayscale: #AEAEAE. Windows color (decimal): -2519316 or 15503065. OLE color: 15503065.

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

Color convert

RGB 217 142 236 -
CMYK 0.08 0.40 0 0.07
HSL 287.87º 0.71% 0.74% -
HSV(B) 287.87º 0.4% 0.93% -
XYZ 53.43 40.15 84.29 -
YUV 175.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 217 142 236 0.08 0.40 0 0.07 287.87 0.71 0.74
Hex D9 8E EC 8 28 0 7 120 47 4A
Octal 331 216 354 10 50 0 7 440 107 112
Binary 11011001 10001110 11101100 1000 101000 0 111 100100000 1000111 1001010

Color Harmonies of #D98EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98EEC

Black with #D98EEC

Text Example


Text Example

White with #D98EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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