Html Css Color HEX #D998DD Plum

📋 copy color: '#D998DD'

red 217 ◦ green 152 ◦ blue 221

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

Shades of Plum #D998DD

Tints of Plum #D998DD

RGB

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

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

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

R = 36.78%
G = 25.76%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D998DD (or 0xD998DD) is known color: Plum. HEX triplet: D9, 98 and DD. RGB value is (217,152,221). Sum of RGB (Red+Green+Blue) = 217+152+221=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D998DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998DD is #266722. Grayscale: #B3B3B3. Windows color (decimal): -2516771 or 14522585. OLE color: 14522585.

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

Color convert

RGB 217 152 221 -
CMYK 0.02 0.31 0 0.13
HSL 296.52º 0.5% 0.73% -
HSV(B) 296.52º 0.31% 0.87% -
XYZ 52.89 42.43 73.81 -
YUV 179.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 217 152 221 0.02 0.31 0 0.13 296.52 0.5 0.73
Hex D9 98 DD 2 1F 0 D 129 32 49
Octal 331 230 335 2 37 0 15 451 62 111
Binary 11011001 10011000 11011101 10 11111 0 1101 100101001 110010 1001001

Color Harmonies of #D998DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998DD

Black with #D998DD

Text Example


Text Example

White with #D998DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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