Html Css Color HEX #D98DD2 Plum

📋 copy color: '#D98DD2'

red 217 ◦ green 141 ◦ blue 210

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

Shades of Plum #D98DD2

Tints of Plum #D98DD2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.82%

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

R = 38.2%
G = 24.82%
B = 36.97%

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

#D98DD2 (or 0xD98DD2) is known color: Plum. HEX triplet: D9, 8D and D2. RGB value is (217,141,210). Sum of RGB (Red+Green+Blue) = 217+141+210=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DD2 is #26722D. Grayscale: #ABABAB. Windows color (decimal): -2519598 or 13798873. OLE color: 13798873.

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

Color convert

RGB 217 141 210 -
CMYK 0 0.35 0.03 0.15
HSL 305.53º 0.5% 0.7% -
HSV(B) 305.53º 0.35% 0.85% -
XYZ 49.77 38.45 65.77 -
YUV 171.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 217 141 210 0 0.35 0.03 0.15 305.53 0.5 0.7
Hex D9 8D D2 0 23 3 F 132 32 46
Octal 331 215 322 0 43 3 17 462 62 106
Binary 11011001 10001101 11010010 0 100011 11 1111 100110010 110010 1000110

Color Harmonies of #D98DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DD2

Black with #D98DD2

Text Example


Text Example

White with #D98DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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