Html Css Color HEX #DB5EFE Heliotrope

📋 copy color: '#DB5EFE'

red 219 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #DB5EFE

Tints of Heliotrope #DB5EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.58%

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

R = 38.62%
G = 16.58%
B = 44.8%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB5EFE (or 0xDB5EFE) is known color: Heliotrope. HEX triplet: DB, 5E and FE. RGB value is (219,94,254). Sum of RGB (Red+Green+Blue) = 219+94+254=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 94 (37.11% from 255 or 16.58% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EFE is #24A101. Grayscale: #959595. Windows color (decimal): -2400514 or 16670427. OLE color: 16670427.

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

Color convert

RGB 219 94 254 -
CMYK 0.14 0.63 0 0.00
HSL 286.88º 0.99% 0.68% -
HSV(B) 286.88º 0.63% 1% -
XYZ 51.11 30.22 96.91 -
YUV 149.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 219 94 254 0.14 0.63 0 0.00 286.88 0.99 0.68
Hex DB 5E FE E 3F 0 0 11F 63 44
Octal 333 136 376 16 77 0 0 437 143 104
Binary 11011011 1011110 11111110 1110 111111 0 0 100011111 1100011 1000100

Color Harmonies of #DB5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EFE

Black with #DB5EFE

Text Example


Text Example

White with #DB5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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