Html Css Color HEX #DB5DFB Heliotrope

📋 copy color: '#DB5DFB'

red 219 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #DB5DFB

Tints of Heliotrope #DB5DFB

RGB

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

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

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

R = 38.9%
G = 16.52%
B = 44.58%

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

#DB5DFB (or 0xDB5DFB) is known color: Heliotrope. HEX triplet: DB, 5D and FB. RGB value is (219,93,251). Sum of RGB (Red+Green+Blue) = 219+93+251=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DFB is #24A204. Grayscale: #949494. Windows color (decimal): -2400773 or 16473563. OLE color: 16473563.

HSL color Cylindrical-coordinate representation of color #DB5DFB: hue angle of 287.85º degrees, saturation: 0.95, 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 #DB5DFB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 93 251 -
CMYK 0.13 0.63 0 0.02
HSL 287.85º 0.95% 0.67% -
HSV(B) 287.85º 0.63% 0.98% -
XYZ 50.54 29.85 94.37 -
YUV 148.69 185.74 178.15 -
System Red Green Blue C M Y K H S L
Decimal 219 93 251 0.13 0.63 0 0.02 287.85 0.95 0.67
Hex DB 5D FB D 3F 0 2 120 5F 43
Octal 333 135 373 15 77 0 2 440 137 103
Binary 11011011 1011101 11111011 1101 111111 0 10 100100000 1011111 1000011

Color Harmonies of #DB5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DFB

Black with #DB5DFB

Text Example


Text Example

White with #DB5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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