Html Css Color HEX #DB5DFA Heliotrope

📋 copy color: '#DB5DFA'

red 219 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #DB5DFA

Tints of Heliotrope #DB5DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 38.97%
G = 16.55%
B = 44.48%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB5DFA (or 0xDB5DFA) is known color: Heliotrope. HEX triplet: DB, 5D and FA. RGB value is (219,93,250). Sum of RGB (Red+Green+Blue) = 219+93+250=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DFA is #24A205. Grayscale: #949494. Windows color (decimal): -2400774 or 16408027. OLE color: 16408027.

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

Color convert

RGB 219 93 250 -
CMYK 0.12 0.63 0 0.02
HSL 288.15º 0.94% 0.67% -
HSV(B) 288.15º 0.63% 0.98% -
XYZ 50.38 29.79 93.54 -
YUV 148.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 219 93 250 0.12 0.63 0 0.02 288.15 0.94 0.67
Hex DB 5D FA C 3F 0 2 120 5E 43
Octal 333 135 372 14 77 0 2 440 136 103
Binary 11011011 1011101 11111010 1100 111111 0 10 100100000 1011110 1000011

Color Harmonies of #DB5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DFA

Black with #DB5DFA

Text Example


Text Example

White with #DB5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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