Html Css Color HEX #D98FDD Plum

📋 copy color: '#D98FDD'

red 217 ◦ green 143 ◦ blue 221

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

Shades of Plum #D98FDD

Tints of Plum #D98FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 37.35%
G = 24.61%
B = 38.04%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D98FDD (or 0xD98FDD) is known color: Plum. HEX triplet: D9, 8F and DD. RGB value is (217,143,221). Sum of RGB (Red+Green+Blue) = 217+143+221=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDD is #267022. Grayscale: #ADADAD. Windows color (decimal): -2519075 or 14520281. OLE color: 14520281.

HSL color Cylindrical-coordinate representation of color #D98FDD: hue angle of 296.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98FDD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 143 221 -
CMYK 0.02 0.35 0 0.13
HSL 296.92º 0.53% 0.71% -
HSV(B) 296.92º 0.35% 0.87% -
XYZ 51.49 39.62 73.34 -
YUV 174.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 217 143 221 0.02 0.35 0 0.13 296.92 0.53 0.71
Hex D9 8F DD 2 23 0 D 129 35 47
Octal 331 217 335 2 43 0 15 451 65 107
Binary 11011001 10001111 11011101 10 100011 0 1101 100101001 110101 1000111

Color Harmonies of #D98FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FDD

Black with #D98FDD

Text Example


Text Example

White with #D98FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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