Html Css Color HEX #D899DD Plum

📋 copy color: '#D899DD'

red 216 ◦ green 153 ◦ blue 221

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

Shades of Plum #D899DD

Tints of Plum #D899DD

RGB

 RED value IS 216 (84.77% from 255) = 36.61%

 GREEN value IS 153 (60.16% from 255) = 25.93%

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

R = 36.61%
G = 25.93%
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

#D899DD (or 0xD899DD) is known color: Plum. HEX triplet: D8, 99 and DD. RGB value is (216,153,221). Sum of RGB (Red+Green+Blue) = 216+153+221=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 153 (60.16% from 255 or 25.93% 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 #D899DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899DD is #276622. Grayscale: #B3B3B3. Windows color (decimal): -2582051 or 14522840. OLE color: 14522840.

HSL color Cylindrical-coordinate representation of color #D899DD: hue angle of 295.59º 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 #D899DD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 153 221 -
CMYK 0.02 0.31 0 0.13
HSL 295.59º 0.5% 0.73% -
HSV(B) 295.59º 0.31% 0.87% -
XYZ 52.76 42.6 73.85 -
YUV 179.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 216 153 221 0.02 0.31 0 0.13 295.59 0.5 0.73
Hex D8 99 DD 2 1F 0 D 128 32 49
Octal 330 231 335 2 37 0 15 450 62 111
Binary 11011000 10011001 11011101 10 11111 0 1101 100101000 110010 1001001

Color Harmonies of #D899DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899DD

Black with #D899DD

Text Example


Text Example

White with #D899DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899DD; }

 p { color: rgb(216,153,221); }

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

background-color css

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

 a { background-color: rgb(216,153,221); }

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

border-color css

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

 span { border-color: rgb(216,153,221); }

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