Html Css Color HEX #DB5AFC Heliotrope

📋 copy color: '#DB5AFC'

red 219 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #DB5AFC

Tints of Heliotrope #DB5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.04%

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

R = 39.04%
G = 16.04%
B = 44.92%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB5AFC (or 0xDB5AFC) is known color: Heliotrope. HEX triplet: DB, 5A and FC. RGB value is (219,90,252). Sum of RGB (Red+Green+Blue) = 219+90+252=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB5AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AFC is #24A503. Grayscale: #929292. Windows color (decimal): -2401540 or 16538331. OLE color: 16538331.

HSL color Cylindrical-coordinate representation of color #DB5AFC: hue angle of 287.78º degrees, saturation: 0.96, 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 #DB5AFC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 90 252 -
CMYK 0.13 0.64 0 0.01
HSL 287.78º 0.96% 0.67% -
HSV(B) 287.78º 0.64% 0.99% -
XYZ 50.44 29.4 95.11 -
YUV 147.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 219 90 252 0.13 0.64 0 0.01 287.78 0.96 0.67
Hex DB 5A FC D 40 0 1 120 60 43
Octal 333 132 374 15 100 0 1 440 140 103
Binary 11011011 1011010 11111100 1101 1000000 0 1 100100000 1100000 1000011

Color Harmonies of #DB5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AFC

Black with #DB5AFC

Text Example


Text Example

White with #DB5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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