Html Css Color HEX #D998D1 Plum

📋 copy color: '#D998D1'

red 217 ◦ green 152 ◦ blue 209

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

Shades of Plum #D998D1

Tints of Plum #D998D1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.3%

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

R = 37.54%
G = 26.3%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D998D1 (or 0xD998D1) is known color: Plum. HEX triplet: D9, 98 and D1. RGB value is (217,152,209). Sum of RGB (Red+Green+Blue) = 217+152+209=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D998D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998D1 is #26672E. Grayscale: #B1B1B1. Windows color (decimal): -2516783 or 13736153. OLE color: 13736153.

HSL color Cylindrical-coordinate representation of color #D998D1: hue angle of 307.38º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998D1 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 209 -
CMYK 0 0.30 0.04 0.15
HSL 307.38º 0.46% 0.72% -
HSV(B) 307.38º 0.3% 0.85% -
XYZ 51.35 41.81 65.69 -
YUV 177.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 217 152 209 0 0.30 0.04 0.15 307.38 0.46 0.72
Hex D9 98 D1 0 1E 4 F 133 2E 48
Octal 331 230 321 0 36 4 17 463 56 110
Binary 11011001 10011000 11010001 0 11110 100 1111 100110011 101110 1001000

Color Harmonies of #D998D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998D1

Black with #D998D1

Text Example


Text Example

White with #D998D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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