Html Css Color HEX #DB59FC Heliotrope

📋 copy color: '#DB59FC'

red 219 ◦ green 89 ◦ blue 252

#DB59FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DB59FC

Tints of Heliotrope #DB59FC

RGB

 RED value IS 219 (85.94% from 255) = 39.11%

 GREEN value IS 89 (35.16% from 255) = 15.89%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 39.11%
G = 15.89%
B = 45%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB59FC (or 0xDB59FC) is known color: Heliotrope. HEX triplet: DB, 59 and FC. RGB value is (219,89,252). Sum of RGB (Red+Green+Blue) = 219+89+252=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59FC is #24A603. Grayscale: #919191. Windows color (decimal): -2401796 or 16538075. OLE color: 16538075.

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

Color convert

RGB 219 89 252 -
CMYK 0.13 0.65 0 0.01
HSL 287.85º 0.96% 0.67% -
HSV(B) 287.85º 0.65% 0.99% -
XYZ 50.36 29.23 95.08 -
YUV 146.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 219 89 252 0.13 0.65 0 0.01 287.85 0.96 0.67
Hex DB 59 FC D 41 0 1 120 60 43
Octal 333 131 374 15 101 0 1 440 140 103
Binary 11011011 1011001 11111100 1101 1000001 0 1 100100000 1100000 1000011

Color Harmonies of #DB59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59FC

Black with #DB59FC

Text Example


Text Example

White with #DB59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59FC; }

 p { color: rgb(219,89,252); }

 H1.HeaderClassName
 {
   color: #DB59FC;
 }
 .AnyTagClassName
 {
   color: #DB59FC;
 }
</style>

background-color css

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

 a { background-color: rgb(219,89,252); }

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

border-color css

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

 span { border-color: rgb(219,89,252); }

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