Html Css Color HEX #DB5DFF Heliotrope

📋 copy color: '#DB5DFF'

red 219 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #DB5DFF

Tints of Heliotrope #DB5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.4%

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

R = 38.62%
G = 16.4%
B = 44.97%

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

#DB5DFF (or 0xDB5DFF) is known color: Heliotrope. HEX triplet: DB, 5D and FF. RGB value is (219,93,255). Sum of RGB (Red+Green+Blue) = 219+93+255=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DFF is #24A200. Grayscale: #949494. Windows color (decimal): -2400769 or 16735707. OLE color: 16735707.

HSL color Cylindrical-coordinate representation of color #DB5DFF: hue angle of 286.67º 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 #DB5DFF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 93 255 -
CMYK 0.14 0.64 0 0
HSL 286.67º 1% 0.68% -
HSV(B) 286.67º 0.64% 1% -
XYZ 51.18 30.11 97.72 -
YUV 149.14 187.74 177.83 -
System Red Green Blue C M Y K H S L
Decimal 219 93 255 0.14 0.64 0 0 286.67 1 0.68
Hex DB 5D FF E 40 0 0 11F 64 44
Octal 333 135 377 16 100 0 0 437 144 104
Binary 11011011 1011101 11111111 1110 1000000 0 0 100011111 1100100 1000100

Color Harmonies of #DB5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DFF

Black with #DB5DFF

Text Example


Text Example

White with #DB5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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