#D195D8

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

Shades of Plum #D195D8

Tints of Plum #D195D8

Color information

#D195D8 (or 0xD195D8) is unknown color: approx Plum. HEX triplet: D1, 95 and D8. RGB value is (209,149,216). Sum of RGB (Red+Green+Blue) = 209+149+216=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #D195D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195D8 is #2E6A27. Grayscale: #AEAEAE. Windows color (decimal): -3041832 or 14194129. OLE color: 14194129.

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

Color convert

RGB209149216-
CMYK0.030.3100.15
HSL293.73º46.21%71.57%-
HSV(B)293.73º31.02%84.71%-
XYZ49.4440.0170.08-
YUV174.58151.38152.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=36.41%
G=25.96%
B=37.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091492160.030.3100.15293.7346.2171.57
HexD195D831F0F1262e48
Octal32122533033701744656110
Binary1101000110010101110110001111111011111001001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195D8; }

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

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

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

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

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

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

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

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