#D092D6

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

Shades of Plum #D092D6

Tints of Plum #D092D6

Color information

#D092D6 (or 0xD092D6) is unknown color: approx Plum. HEX triplet: D0, 92 and D6. RGB value is (208,146,214). Sum of RGB (Red+Green+Blue) = 208+146+214=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #D092D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092D6 is #2F6D29. Grayscale: #ACACAC. Windows color (decimal): -3108138 or 14062288. OLE color: 14062288.

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

Color convert

RGB208146214-
CMYK0.030.3200.16
HSL294.71º45.33%70.59%-
HSV(B)294.71º31.78%83.92%-
XYZ48.4338.8268.56-
YUV172.29151.54153.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=36.62%
G=25.70%
B=37.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081462140.030.3200.16294.7145.3370.59
HexD092D63200101272d47
Octal32022232634002044755107
Binary110100001001001011010110111000000100001001001111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092D6; }

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

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

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

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

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

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

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

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