Html Css Color HEX #D98ED5 Plum

📋 copy color: '#D98ED5'

red 217 ◦ green 142 ◦ blue 213

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

Shades of Plum #D98ED5

Tints of Plum #D98ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 37.94%
G = 24.83%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D98ED5 (or 0xD98ED5) is known color: Plum. HEX triplet: D9, 8E and D5. RGB value is (217,142,213). Sum of RGB (Red+Green+Blue) = 217+142+213=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ED5 is #26712A. Grayscale: #ACACAC. Windows color (decimal): -2519339 or 13995737. OLE color: 13995737.

HSL color Cylindrical-coordinate representation of color #D98ED5: hue angle of 303.2º 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 #D98ED5 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 142 213 -
CMYK 0 0.35 0.02 0.15
HSL 303.2º 0.5% 0.7% -
HSV(B) 303.2º 0.35% 0.85% -
XYZ 50.3 38.9 67.81 -
YUV 172.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 217 142 213 0 0.35 0.02 0.15 303.2 0.5 0.7
Hex D9 8E D5 0 23 2 F 12F 32 46
Octal 331 216 325 0 43 2 17 457 62 106
Binary 11011001 10001110 11010101 0 100011 10 1111 100101111 110010 1000110

Color Harmonies of #D98ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ED5

Black with #D98ED5

Text Example


Text Example

White with #D98ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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