Html Css Color HEX #D98DDF Plum

📋 copy color: '#D98DDF'

red 217 ◦ green 141 ◦ blue 223

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

Shades of Plum #D98DDF

Tints of Plum #D98DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 37.35%
G = 24.27%
B = 38.38%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D98DDF (or 0xD98DDF) is known color: Plum. HEX triplet: D9, 8D and DF. RGB value is (217,141,223). Sum of RGB (Red+Green+Blue) = 217+141+223=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D98DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DDF is #267220. Grayscale: #ACACAC. Windows color (decimal): -2519585 or 14650841. OLE color: 14650841.

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

Color convert

RGB 217 141 223 -
CMYK 0.03 0.37 0 0.13
HSL 295.61º 0.56% 0.71% -
HSV(B) 295.61º 0.37% 0.87% -
XYZ 51.46 39.13 74.65 -
YUV 173.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 217 141 223 0.03 0.37 0 0.13 295.61 0.56 0.71
Hex D9 8D DF 3 25 0 D 128 38 47
Octal 331 215 337 3 45 0 15 450 70 107
Binary 11011001 10001101 11011111 11 100101 0 1101 100101000 111000 1000111

Color Harmonies of #D98DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DDF

Black with #D98DDF

Text Example


Text Example

White with #D98DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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