Html Css Color HEX #D998D0 Plum

📋 copy color: '#D998D0'

red 217 ◦ green 152 ◦ blue 208

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

Shades of Plum #D998D0

Tints of Plum #D998D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 37.61%
G = 26.34%
B = 36.05%

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

#D998D0 (or 0xD998D0) is known color: Plum. HEX triplet: D9, 98 and D0. RGB value is (217,152,208). Sum of RGB (Red+Green+Blue) = 217+152+208=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D998D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998D0 is #26672F. Grayscale: #B1B1B1. Windows color (decimal): -2516784 or 13670617. OLE color: 13670617.

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

Color convert

RGB 217 152 208 -
CMYK 0 0.30 0.04 0.15
HSL 308.31º 0.46% 0.72% -
HSV(B) 308.31º 0.3% 0.85% -
XYZ 51.23 41.76 65.04 -
YUV 177.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 217 152 208 0 0.30 0.04 0.15 308.31 0.46 0.72
Hex D9 98 D0 0 1E 4 F 134 2E 48
Octal 331 230 320 0 36 4 17 464 56 110
Binary 11011001 10011000 11010000 0 11110 100 1111 100110100 101110 1001000

Color Harmonies of #D998D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998D0

Black with #D998D0

Text Example


Text Example

White with #D998D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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