#D192DB

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

Shades of Plum #D192DB

Tints of Plum #D192DB

Color information

#D192DB (or 0xD192DB) is unknown color: approx Plum. HEX triplet: D1, 92 and DB. RGB value is (209,146,219). Sum of RGB (Red+Green+Blue) = 209+146+219=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D192DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192DB is #2E6D24. Grayscale: #ACACAC. Windows color (decimal): -3042597 or 14389969. OLE color: 14389969.

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

Color convert

RGB209146219-
CMYK0.050.3300.14
HSL291.78º50.34%71.57%-
HSV(B)291.78º33.33%85.88%-
XYZ49.3639.2371.99-
YUV173.16153.87153.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=36.41%
G=25.44%
B=38.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091462190.050.3300.14291.7850.3471.57
HexD192DB5210E1243248
Octal32122233354101644462110
Binary110100011001001011011011101100001011101001001001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192DB; }

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

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

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

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

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

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

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

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