Html Css Color HEX #D896DF Plum

📋 copy color: '#D896DF'

red 216 ◦ green 150 ◦ blue 223

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

Shades of Plum #D896DF

Tints of Plum #D896DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.47%

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 36.67%
G = 25.47%
B = 37.86%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D896DF (or 0xD896DF) is known color: Plum. HEX triplet: D8, 96 and DF. RGB value is (216,150,223). Sum of RGB (Red+Green+Blue) = 216+150+223=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D896DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896DF is #276920. Grayscale: #B1B1B1. Windows color (decimal): -2582817 or 14653144. OLE color: 14653144.

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

Color convert

RGB 216 150 223 -
CMYK 0.03 0.33 0 0.13
HSL 294.25º 0.53% 0.73% -
HSV(B) 294.25º 0.33% 0.87% -
XYZ 52.54 41.74 75.1 -
YUV 178.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 216 150 223 0.03 0.33 0 0.13 294.25 0.53 0.73
Hex D8 96 DF 3 21 0 D 126 35 49
Octal 330 226 337 3 41 0 15 446 65 111
Binary 11011000 10010110 11011111 11 100001 0 1101 100100110 110101 1001001

Color Harmonies of #D896DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896DF

Black with #D896DF

Text Example


Text Example

White with #D896DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896DF; }

 p { color: rgb(216,150,223); }

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

background-color css

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

 a { background-color: rgb(216,150,223); }

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

border-color css

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

 span { border-color: rgb(216,150,223); }

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