Html Css Color HEX #D98FD8 Plum

📋 copy color: '#D98FD8'

red 217 ◦ green 143 ◦ blue 216

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

Shades of Plum #D98FD8

Tints of Plum #D98FD8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.83%

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

R = 37.67%
G = 24.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D98FD8 (or 0xD98FD8) is known color: Plum. HEX triplet: D9, 8F and D8. RGB value is (217,143,216). Sum of RGB (Red+Green+Blue) = 217+143+216=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FD8 is #267027. Grayscale: #ADADAD. Windows color (decimal): -2519080 or 14192601. OLE color: 14192601.

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

Color convert

RGB 217 143 216 -
CMYK 0 0.34 0.00 0.15
HSL 300.81º 0.49% 0.71% -
HSV(B) 300.81º 0.34% 0.85% -
XYZ 50.83 39.35 69.88 -
YUV 173.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 217 143 216 0 0.34 0.00 0.15 300.81 0.49 0.71
Hex D9 8F D8 0 22 0 F 12D 31 47
Octal 331 217 330 0 42 0 17 455 61 107
Binary 11011001 10001111 11011000 0 100010 0 1111 100101101 110001 1000111

Color Harmonies of #D98FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FD8

Black with #D98FD8

Text Example


Text Example

White with #D98FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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