#D892D0

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

Shades of Plum #D892D0

Tints of Plum #D892D0

Color information

#D892D0 (or 0xD892D0) is unknown color: approx Plum. HEX triplet: D8, 92 and D0. RGB value is (216,146,208). Sum of RGB (Red+Green+Blue) = 216+146+208=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D892D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892D0 is #276D2F. Grayscale: #ADADAD. Windows color (decimal): -2583856 or 13669080. OLE color: 13669080.

HSL color Cylindrical-coordinate representation of color #D892D0: hue angle of 306.86º 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 #D892D0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216146208-
CMYK00.320.040.15
HSL306.86º47.3%70.98%-
HSV(B)306.86º32.41%84.71%-
XYZ49.9839.7164.71-
YUV174147.19157.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=37.89%
G=25.61%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614620800.320.040.15306.8647.370.98
HexD892D00204F1332f47
Octal33022232004041746357107
Binary110110001001001011010000010000010011111001100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892D0; }

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

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

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

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

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

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

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

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