Html Css Color HEX #DB5BFF Heliotrope

📋 copy color: '#DB5BFF'

red 219 ◦ green 91 ◦ blue 255

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

Shades of Heliotrope #DB5BFF

Tints of Heliotrope #DB5BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 38.76%
G = 16.11%
B = 45.13%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB5BFF (or 0xDB5BFF) is known color: Heliotrope. HEX triplet: DB, 5B and FF. RGB value is (219,91,255). Sum of RGB (Red+Green+Blue) = 219+91+255=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 91 (35.94% from 255 or 16.11% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB5BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BFF is #24A400. Grayscale: #939393. Windows color (decimal): -2401281 or 16735195. OLE color: 16735195.

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

Color convert

RGB 219 91 255 -
CMYK 0.14 0.64 0 0
HSL 286.83º 1% 0.68% -
HSV(B) 286.83º 0.64% 1% -
XYZ 51 29.76 97.66 -
YUV 147.97 188.41 178.66 -
System Red Green Blue C M Y K H S L
Decimal 219 91 255 0.14 0.64 0 0 286.83 1 0.68
Hex DB 5B FF E 40 0 0 11F 64 44
Octal 333 133 377 16 100 0 0 437 144 104
Binary 11011011 1011011 11111111 1110 1000000 0 0 100011111 1100100 1000100

Color Harmonies of #DB5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BFF

Black with #DB5BFF

Text Example


Text Example

White with #DB5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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