#D495DB

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

Shades of Plum #D495DB

Tints of Plum #D495DB

Color information

#D495DB (or 0xD495DB) is unknown color: approx Plum. HEX triplet: D4, 95 and DB. RGB value is (212,149,219). Sum of RGB (Red+Green+Blue) = 212+149+219=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D495DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DB is #2B6A24. Grayscale: #AFAFAF. Windows color (decimal): -2845221 or 14390740. OLE color: 14390740.

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

Color convert

RGB212149219-
CMYK0.030.3200.14
HSL294º49.3%72.16%-
HSV(B)294º31.96%85.88%-
XYZ50.6940.6172.18-
YUV175.82152.37153.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=36.55%
G=25.69%
B=37.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121492190.030.3200.1429449.372.16
HexD495DB3200E1263148
Octal32422533334001644661110
Binary11010100100101011101101111100000011101001001101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495DB; }

 p { color: rgb(212,149,219); }

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

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

 a { background-color: rgb(212,149,219); }

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

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

 span { border-color: rgb(212,149,219); }

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