Html Css Color HEX #D98ED1 Plum

📋 copy color: '#D98ED1'

red 217 ◦ green 142 ◦ blue 209

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

Shades of Plum #D98ED1

Tints of Plum #D98ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.8%

R = 38.2%
G = 25%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D98ED1 (or 0xD98ED1) is known color: Plum. HEX triplet: D9, 8E and D1. RGB value is (217,142,209). Sum of RGB (Red+Green+Blue) = 217+142+209=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ED1 is #26712E. Grayscale: #ABABAB. Windows color (decimal): -2519343 or 13733593. OLE color: 13733593.

HSL color Cylindrical-coordinate representation of color #D98ED1: hue angle of 306.4º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98ED1 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 142 209 -
CMYK 0 0.35 0.04 0.15
HSL 306.4º 0.5% 0.7% -
HSV(B) 306.4º 0.35% 0.85% -
XYZ 49.8 38.7 65.17 -
YUV 172.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 217 142 209 0 0.35 0.04 0.15 306.4 0.5 0.7
Hex D9 8E D1 0 23 4 F 132 32 46
Octal 331 216 321 0 43 4 17 462 62 106
Binary 11011001 10001110 11010001 0 100011 100 1111 100110010 110010 1000110

Color Harmonies of #D98ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ED1

Black with #D98ED1

Text Example


Text Example

White with #D98ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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