#DB5AFD

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

Shades of Heliotrope #DB5AFD

Tints of Heliotrope #DB5AFD

Color information

#DB5AFD (or 0xDB5AFD) is unknown color: approx Heliotrope. HEX triplet: DB, 5A and FD. RGB value is (219,90,253). Sum of RGB (Red+Green+Blue) = 219+90+253=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 90 (35.55% from 255 or 16.01% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AFD is #24A502. Grayscale: #929292. Windows color (decimal): -2401539 or 16603867. OLE color: 16603867.

HSL color Cylindrical-coordinate representation of color #DB5AFD: hue angle of 287.48º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5AFD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21990253-
CMYK0.130.6400.01
HSL287.48º97.6%67.25%-
HSV(B)287.48º64.43%99.22%-
XYZ50.629.4695.95-
YUV147.15187.74179.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 90 (35.55% from 255) = 16.01%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=38.97%
G=16.01%
B=45.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal219902530.130.6400.01287.4897.667.25
HexDB5AFDD400111f6243
Octal3331323751510001437142103
Binary11011011101101011111101110110000000110001111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5AFD; }

 p { color: rgb(219,90,253); }

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

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

 a { background-color: rgb(219,90,253); }

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

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

 span { border-color: rgb(219,90,253); }

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