Html Css Color HEX #D98DD3 Plum

📋 copy color: '#D98DD3'

red 217 ◦ green 141 ◦ blue 211

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

Shades of Plum #D98DD3

Tints of Plum #D98DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 38.14%
G = 24.78%
B = 37.08%

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

#D98DD3 (or 0xD98DD3) is known color: Plum. HEX triplet: D9, 8D and D3. RGB value is (217,141,211). Sum of RGB (Red+Green+Blue) = 217+141+211=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DD3 is #26722C. Grayscale: #ABABAB. Windows color (decimal): -2519597 or 13864409. OLE color: 13864409.

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

Color convert

RGB 217 141 211 -
CMYK 0 0.35 0.03 0.15
HSL 304.74º 0.5% 0.7% -
HSV(B) 304.74º 0.35% 0.85% -
XYZ 49.9 38.5 66.43 -
YUV 171.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 217 141 211 0 0.35 0.03 0.15 304.74 0.5 0.7
Hex D9 8D D3 0 23 3 F 131 32 46
Octal 331 215 323 0 43 3 17 461 62 106
Binary 11011001 10001101 11010011 0 100011 11 1111 100110001 110010 1000110

Color Harmonies of #D98DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DD3

Black with #D98DD3

Text Example


Text Example

White with #D98DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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