Html Css Color HEX #D98EDB Plum

📋 copy color: '#D98EDB'

red 217 ◦ green 142 ◦ blue 219

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

Shades of Plum #D98EDB

Tints of Plum #D98EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 37.54%
G = 24.57%
B = 37.89%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D98EDB (or 0xD98EDB) is known color: Plum. HEX triplet: D9, 8E and DB. RGB value is (217,142,219). Sum of RGB (Red+Green+Blue) = 217+142+219=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D98EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98EDB is #267124. Grayscale: #ACACAC. Windows color (decimal): -2519333 or 14388953. OLE color: 14388953.

HSL color Cylindrical-coordinate representation of color #D98EDB: hue angle of 298.44º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98EDB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 142 219 -
CMYK 0.01 0.35 0 0.14
HSL 298.44º 0.52% 0.71% -
HSV(B) 298.44º 0.35% 0.86% -
XYZ 51.07 39.21 71.89 -
YUV 173.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 217 142 219 0.01 0.35 0 0.14 298.44 0.52 0.71
Hex D9 8E DB 1 23 0 E 12A 34 47
Octal 331 216 333 1 43 0 16 452 64 107
Binary 11011001 10001110 11011011 1 100011 0 1110 100101010 110100 1000111

Color Harmonies of #D98EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98EDB

Black with #D98EDB

Text Example


Text Example

White with #D98EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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