Html Css Color HEX #DB5EFB Heliotrope

📋 copy color: '#DB5EFB'

red 219 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #DB5EFB

Tints of Heliotrope #DB5EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 38.83%
G = 16.67%
B = 44.5%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB5EFB (or 0xDB5EFB) is known color: Heliotrope. HEX triplet: DB, 5E and FB. RGB value is (219,94,251). Sum of RGB (Red+Green+Blue) = 219+94+251=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EFB is #24A104. Grayscale: #949494. Windows color (decimal): -2400517 or 16473819. OLE color: 16473819.

HSL color Cylindrical-coordinate representation of color #DB5EFB: hue angle of 287.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5EFB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 94 251 -
CMYK 0.13 0.63 0 0.02
HSL 287.77º 0.95% 0.68% -
HSV(B) 287.77º 0.63% 0.98% -
XYZ 50.63 30.03 94.39 -
YUV 149.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 219 94 251 0.13 0.63 0 0.02 287.77 0.95 0.68
Hex DB 5E FB D 3F 0 2 120 5F 44
Octal 333 136 373 15 77 0 2 440 137 104
Binary 11011011 1011110 11111011 1101 111111 0 10 100100000 1011111 1000100

Color Harmonies of #DB5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EFB

Black with #DB5EFB

Text Example


Text Example

White with #DB5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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