#D190D6

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

Shades of Plum #D190D6

Tints of Plum #D190D6

Color information

#D190D6 (or 0xD190D6) is unknown color: approx Plum. HEX triplet: D1, 90 and D6. RGB value is (209,144,214). Sum of RGB (Red+Green+Blue) = 209+144+214=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #D190D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190D6 is #2E6F29. Grayscale: #ABABAB. Windows color (decimal): -3043114 or 14061777. OLE color: 14061777.

HSL color Cylindrical-coordinate representation of color #D190D6: hue angle of 295.71º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D190D6 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209144214-
CMYK0.020.3300.16
HSL295.71º46.05%70.2%-
HSV(B)295.71º32.71%83.92%-
XYZ48.4138.3668.47-
YUV171.42152.03154.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=36.86%
G=25.40%
B=37.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091442140.020.3300.16295.7146.0570.2
HexD190D62210101282e46
Octal32122032624102045056106
Binary110100011001000011010110101000010100001001010001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190D6; }

 p { color: rgb(209,144,214); }

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

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

 a { background-color: rgb(209,144,214); }

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

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

 span { border-color: rgb(209,144,214); }

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