Html Css Color HEX #D98FD1 Plum

📋 copy color: '#D98FD1'

red 217 ◦ green 143 ◦ blue 209

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

Shades of Plum #D98FD1

Tints of Plum #D98FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 38.14%
G = 25.13%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D98FD1 (or 0xD98FD1) is known color: Plum. HEX triplet: D9, 8F and D1. RGB value is (217,143,209). Sum of RGB (Red+Green+Blue) = 217+143+209=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FD1 is #26702E. Grayscale: #ACACAC. Windows color (decimal): -2519087 or 13733849. OLE color: 13733849.

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

Color convert

RGB 217 143 209 -
CMYK 0 0.34 0.04 0.15
HSL 306.49º 0.49% 0.71% -
HSV(B) 306.49º 0.34% 0.85% -
XYZ 49.95 39 65.22 -
YUV 172.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 217 143 209 0 0.34 0.04 0.15 306.49 0.49 0.71
Hex D9 8F D1 0 22 4 F 132 31 47
Octal 331 217 321 0 42 4 17 462 61 107
Binary 11011001 10001111 11010001 0 100010 100 1111 100110010 110001 1000111

Color Harmonies of #D98FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FD1

Black with #D98FD1

Text Example


Text Example

White with #D98FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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