Html Css Color HEX #D897DD Plum

📋 copy color: '#D897DD'

red 216 ◦ green 151 ◦ blue 221

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

Shades of Plum #D897DD

Tints of Plum #D897DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.68%

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

R = 36.73%
G = 25.68%
B = 37.59%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D897DD (or 0xD897DD) is known color: Plum. HEX triplet: D8, 97 and DD. RGB value is (216,151,221). Sum of RGB (Red+Green+Blue) = 216+151+221=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D897DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897DD is #276822. Grayscale: #B2B2B2. Windows color (decimal): -2582563 or 14522328. OLE color: 14522328.

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

Color convert

RGB 216 151 221 -
CMYK 0.02 0.32 0 0.13
HSL 295.71º 0.51% 0.73% -
HSV(B) 295.71º 0.32% 0.87% -
XYZ 52.44 41.95 73.74 -
YUV 178.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 216 151 221 0.02 0.32 0 0.13 295.71 0.51 0.73
Hex D8 97 DD 2 20 0 D 128 33 49
Octal 330 227 335 2 40 0 15 450 63 111
Binary 11011000 10010111 11011101 10 100000 0 1101 100101000 110011 1001001

Color Harmonies of #D897DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D897DD

Black with #D897DD

Text Example


Text Example

White with #D897DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D897DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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