Html Css Color HEX #D897DC Plum

📋 copy color: '#D897DC'

red 216 ◦ green 151 ◦ blue 220

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

Shades of Plum #D897DC

Tints of Plum #D897DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 36.8%
G = 25.72%
B = 37.48%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D897DC (or 0xD897DC) is known color: Plum. HEX triplet: D8, 97 and DC. RGB value is (216,151,220). Sum of RGB (Red+Green+Blue) = 216+151+220=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D897DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897DC is #276823. Grayscale: #B2B2B2. Windows color (decimal): -2582564 or 14456792. OLE color: 14456792.

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

Color convert

RGB 216 151 220 -
CMYK 0.02 0.31 0 0.14
HSL 296.52º 0.5% 0.73% -
HSV(B) 296.52º 0.31% 0.86% -
XYZ 52.3 41.9 73.04 -
YUV 178.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 216 151 220 0.02 0.31 0 0.14 296.52 0.5 0.73
Hex D8 97 DC 2 1F 0 E 129 32 49
Octal 330 227 334 2 37 0 16 451 62 111
Binary 11011000 10010111 11011100 10 11111 0 1110 100101001 110010 1001001

Color Harmonies of #D897DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D897DC

Black with #D897DC

Text Example


Text Example

White with #D897DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D897DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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