#DB95F0

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

Shades of Plum #DB95F0

Tints of Plum #DB95F0

Color information

#DB95F0 (or 0xDB95F0) is unknown color: approx Plum. HEX triplet: DB, 95 and F0. RGB value is (219,149,240). Sum of RGB (Red+Green+Blue) = 219+149+240=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB95F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95F0 is #246A0F. Grayscale: #B4B4B4. Windows color (decimal): -2386448 or 15767003. OLE color: 15767003.

HSL color Cylindrical-coordinate representation of color #DB95F0: hue angle of 286.15º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB95F0 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219149240-
CMYK0.090.3800.06
HSL286.15º75.21%76.27%-
HSV(B)286.15º37.92%94.12%-
XYZ55.6942.8587.77-
YUV180.3161.69155.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 240 (94.14% from 255) = 39.47%
R=36.02%
G=24.51%
B=39.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191492400.090.3800.06286.1575.2176.27
HexDB95F09260611e4b4c
Octal333225360114606436113114
Binary1101101110010101111100001001100110011010001111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95F0; }

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

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

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

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

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

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

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

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