Html Css Color HEX #D98AD8 Plum

📋 copy color: '#D98AD8'

red 217 ◦ green 138 ◦ blue 216

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

Shades of Plum #D98AD8

Tints of Plum #D98AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.17%

 BLUE value IS 216 (84.77% from 255) = 37.83%

R = 38%
G = 24.17%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D98AD8 (or 0xD98AD8) is known color: Plum. HEX triplet: D9, 8A and D8. RGB value is (217,138,216). Sum of RGB (Red+Green+Blue) = 217+138+216=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AD8 is #267527. Grayscale: #AAAAAA. Windows color (decimal): -2520360 or 14191321. OLE color: 14191321.

HSL color Cylindrical-coordinate representation of color #D98AD8: hue angle of 300.76º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98AD8 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 216 -
CMYK 0 0.36 0.00 0.15
HSL 300.76º 0.51% 0.7% -
HSV(B) 300.76º 0.36% 0.85% -
XYZ 50.1 37.89 69.64 -
YUV 170.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 217 138 216 0 0.36 0.00 0.15 300.76 0.51 0.7
Hex D9 8A D8 0 24 0 F 12D 33 46
Octal 331 212 330 0 44 0 17 455 63 106
Binary 11011001 10001010 11011000 0 100100 0 1111 100101101 110011 1000110

Color Harmonies of #D98AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98AD8

Black with #D98AD8

Text Example


Text Example

White with #D98AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98AD8; }

 p { color: rgb(217,138,216); }

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

background-color css

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

 a { background-color: rgb(217,138,216); }

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

border-color css

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

 span { border-color: rgb(217,138,216); }

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