Html Css Color HEX #D98ED2 Plum

📋 copy color: '#D98ED2'

red 217 ◦ green 142 ◦ blue 210

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

Shades of Plum #D98ED2

Tints of Plum #D98ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 38.14%
G = 24.96%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D98ED2 (or 0xD98ED2) is known color: Plum. HEX triplet: D9, 8E and D2. RGB value is (217,142,210). Sum of RGB (Red+Green+Blue) = 217+142+210=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ED2 is #26712D. Grayscale: #ABABAB. Windows color (decimal): -2519342 or 13799129. OLE color: 13799129.

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

Color convert

RGB 217 142 210 -
CMYK 0 0.35 0.03 0.15
HSL 305.6º 0.5% 0.7% -
HSV(B) 305.6º 0.35% 0.85% -
XYZ 49.92 38.75 65.82 -
YUV 172.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 217 142 210 0 0.35 0.03 0.15 305.6 0.5 0.7
Hex D9 8E D2 0 23 3 F 132 32 46
Octal 331 216 322 0 43 3 17 462 62 106
Binary 11011001 10001110 11010010 0 100011 11 1111 100110010 110010 1000110

Color Harmonies of #D98ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ED2

Black with #D98ED2

Text Example


Text Example

White with #D98ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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