Html Css Color HEX #D98AD1 Plum

📋 copy color: '#D98AD1'

red 217 ◦ green 138 ◦ blue 209

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

Shades of Plum #D98AD1

Tints of Plum #D98AD1

RGB

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

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

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

R = 38.48%
G = 24.47%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D98AD1 (or 0xD98AD1) is known color: Plum. HEX triplet: D9, 8A and D1. RGB value is (217,138,209). Sum of RGB (Red+Green+Blue) = 217+138+209=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AD1 is #26752E. Grayscale: #A9A9A9. Windows color (decimal): -2520367 or 13732569. OLE color: 13732569.

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

Color convert

RGB 217 138 209 -
CMYK 0 0.36 0.04 0.15
HSL 306.08º 0.51% 0.7% -
HSV(B) 306.08º 0.36% 0.85% -
XYZ 49.21 37.53 64.97 -
YUV 169.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 217 138 209 0 0.36 0.04 0.15 306.08 0.51 0.7
Hex D9 8A D1 0 24 4 F 132 33 46
Octal 331 212 321 0 44 4 17 462 63 106
Binary 11011001 10001010 11010001 0 100100 100 1111 100110010 110011 1000110

Color Harmonies of #D98AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98AD1

Black with #D98AD1

Text Example


Text Example

White with #D98AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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