#DB75FB

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

Shades of Heliotrope #DB75FB

Tints of Heliotrope #DB75FB

Color information

#DB75FB (or 0xDB75FB) is unknown color: approx Heliotrope. HEX triplet: DB, 75 and FB. RGB value is (219,117,251). Sum of RGB (Red+Green+Blue) = 219+117+251=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB75FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75FB is #248A04. Grayscale: #A2A2A2. Windows color (decimal): -2394629 or 16479707. OLE color: 16479707.

HSL color Cylindrical-coordinate representation of color #DB75FB: hue angle of 285.67º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB75FB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219117251-
CMYK0.130.5300.02
HSL285.67º94.37%72.16%-
HSV(B)285.67º53.39%98.43%-
XYZ52.9934.7595.18-
YUV162.77177.79168.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 117 (46.09% from 255) = 19.93%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=37.31%
G=19.93%
B=42.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191172510.130.5300.02285.6794.3772.16
HexDB75FBD350211e5e48
Octal333165373156502436136110
Binary11011011111010111111011110111010101010001111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB75FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB75FB; }

 p { color: rgb(219,117,251); }

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

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

 a { background-color: rgb(219,117,251); }

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

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

 span { border-color: rgb(219,117,251); }

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