Html Css Color HEX #D98DD0 Plum

📋 copy color: '#D98DD0'

red 217 ◦ green 141 ◦ blue 208

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

Shades of Plum #D98DD0

Tints of Plum #D98DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.75%

R = 38.34%
G = 24.91%
B = 36.75%

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

#D98DD0 (or 0xD98DD0) is known color: Plum. HEX triplet: D9, 8D and D0. RGB value is (217,141,208). Sum of RGB (Red+Green+Blue) = 217+141+208=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DD0 is #26722F. Grayscale: #ABABAB. Windows color (decimal): -2519600 or 13667801. OLE color: 13667801.

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

Color convert

RGB 217 141 208 -
CMYK 0 0.35 0.04 0.15
HSL 307.11º 0.5% 0.7% -
HSV(B) 307.11º 0.35% 0.85% -
XYZ 49.53 38.36 64.47 -
YUV 171.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 217 141 208 0 0.35 0.04 0.15 307.11 0.5 0.7
Hex D9 8D D0 0 23 4 F 133 32 46
Octal 331 215 320 0 43 4 17 463 62 106
Binary 11011001 10001101 11010000 0 100011 100 1111 100110011 110010 1000110

Color Harmonies of #D98DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DD0

Black with #D98DD0

Text Example


Text Example

White with #D98DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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