#D892D1

Color #D892D1 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D892D1

Tints of Plum #D892D1

Color information

#D892D1 (or 0xD892D1) is unknown color: approx Plum. HEX triplet: D8, 92 and D1. RGB value is (216,146,209). Sum of RGB (Red+Green+Blue) = 216+146+209=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D1 is #276D2E. Grayscale: #ADADAD. Windows color (decimal): -2583855 or 13734616. OLE color: 13734616.

HSL color Cylindrical-coordinate representation of color #D892D1: hue angle of 306º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D892D1 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216146209-
CMYK00.320.030.15
HSL306º47.3%70.98%-
HSV(B)306º32.41%84.71%-
XYZ50.1139.7665.36-
YUV174.11147.69157.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=37.83%
G=25.57%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614620900.320.030.1530647.370.98
HexD892D10203F1322f47
Octal33022232104031746257107
Binary11011000100100101101000101000001111111001100101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892D1; }

 p { color: rgb(216,146,209); }

 H1.HeaderClassName
 {
   color: #D892D1;
 }
 .AnyTagClassName
 {
   color: #D892D1;
 }
</style>
background-color css

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

 a { background-color: rgb(216,146,209); }

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

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

 span { border-color: rgb(216,146,209); }

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