Html Css Color HEX #DB5AFE Heliotrope

📋 copy color: '#DB5AFE'

red 219 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #DB5AFE

Tints of Heliotrope #DB5AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 38.9%
G = 15.99%
B = 45.12%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB5AFE (or 0xDB5AFE) is known color: Heliotrope. HEX triplet: DB, 5A and FE. RGB value is (219,90,254). Sum of RGB (Red+Green+Blue) = 219+90+254=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AFE is #24A501. Grayscale: #929292. Windows color (decimal): -2401538 or 16669403. OLE color: 16669403.

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

Color convert

RGB 219 90 254 -
CMYK 0.14 0.65 0 0.00
HSL 287.2º 0.99% 0.67% -
HSV(B) 287.2º 0.65% 1% -
XYZ 50.76 29.53 96.79 -
YUV 147.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 219 90 254 0.14 0.65 0 0.00 287.2 0.99 0.67
Hex DB 5A FE E 41 0 0 11F 63 43
Octal 333 132 376 16 101 0 0 437 143 103
Binary 11011011 1011010 11111110 1110 1000001 0 0 100011111 1100011 1000011

Color Harmonies of #DB5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AFE

Black with #DB5AFE

Text Example


Text Example

White with #DB5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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