Html Css Color HEX #DB5BEF Heliotrope

📋 copy color: '#DB5BEF'

red 219 ◦ green 91 ◦ blue 239

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

Shades of Heliotrope #DB5BEF

Tints of Heliotrope #DB5BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.58%

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 39.89%
G = 16.58%
B = 43.53%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB5BEF (or 0xDB5BEF) is known color: Heliotrope. HEX triplet: DB, 5B and EF. RGB value is (219,91,239). Sum of RGB (Red+Green+Blue) = 219+91+239=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB5BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BEF is #24A410. Grayscale: #919191. Windows color (decimal): -2401297 or 15686619. OLE color: 15686619.

HSL color Cylindrical-coordinate representation of color #DB5BEF: hue angle of 291.89º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5BEF is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 91 239 -
CMYK 0.08 0.62 0 0.06
HSL 291.89º 0.82% 0.65% -
HSV(B) 291.89º 0.62% 0.94% -
XYZ 48.53 28.77 84.66 -
YUV 146.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 219 91 239 0.08 0.62 0 0.06 291.89 0.82 0.65
Hex DB 5B EF 8 3E 0 6 124 52 41
Octal 333 133 357 10 76 0 6 444 122 101
Binary 11011011 1011011 11101111 1000 111110 0 110 100100100 1010010 1000001

Color Harmonies of #DB5BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BEF

Black with #DB5BEF

Text Example


Text Example

White with #DB5BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BEF; }

 p { color: rgb(219,91,239); }

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

background-color css

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

 a { background-color: rgb(219,91,239); }

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

border-color css

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

 span { border-color: rgb(219,91,239); }

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