Html Css Color HEX #D98EE2 Plum

📋 copy color: '#D98EE2'

red 217 ◦ green 142 ◦ blue 226

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

Shades of Plum #D98EE2

Tints of Plum #D98EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.63%

R = 37.09%
G = 24.27%
B = 38.63%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D98EE2 (or 0xD98EE2) is known color: Plum. HEX triplet: D9, 8E and E2. RGB value is (217,142,226). Sum of RGB (Red+Green+Blue) = 217+142+226=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #D98EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98EE2 is #26711D. Grayscale: #ADADAD. Windows color (decimal): -2519326 or 14847705. OLE color: 14847705.

HSL color Cylindrical-coordinate representation of color #D98EE2: hue angle of 293.57º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98EE2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 142 226 -
CMYK 0.04 0.37 0 0.11
HSL 293.57º 0.59% 0.72% -
HSV(B) 293.57º 0.37% 0.89% -
XYZ 52.02 39.59 76.85 -
YUV 174 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 217 142 226 0.04 0.37 0 0.11 293.57 0.59 0.72
Hex D9 8E E2 4 25 0 B 126 3B 48
Octal 331 216 342 4 45 0 13 446 73 110
Binary 11011001 10001110 11100010 100 100101 0 1011 100100110 111011 1001000

Color Harmonies of #D98EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98EE2

Black with #D98EE2

Text Example


Text Example

White with #D98EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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