Html Css Color HEX #DB5CF6 Heliotrope

📋 copy color: '#DB5CF6'

red 219 ◦ green 92 ◦ blue 246

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

Shades of Heliotrope #DB5CF6

Tints of Heliotrope #DB5CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.52%

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 39.32%
G = 16.52%
B = 44.17%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB5CF6 (or 0xDB5CF6) is known color: Heliotrope. HEX triplet: DB, 5C and F6. RGB value is (219,92,246). Sum of RGB (Red+Green+Blue) = 219+92+246=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB5CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CF6 is #24A309. Grayscale: #939393. Windows color (decimal): -2401034 or 16145627. OLE color: 16145627.

HSL color Cylindrical-coordinate representation of color #DB5CF6: hue angle of 289.48º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5CF6 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 92 246 -
CMYK 0.11 0.63 0 0.04
HSL 289.48º 0.9% 0.66% -
HSV(B) 289.48º 0.63% 0.96% -
XYZ 49.68 29.37 90.24 -
YUV 147.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 219 92 246 0.11 0.63 0 0.04 289.48 0.9 0.66
Hex DB 5C F6 B 3F 0 4 121 5A 42
Octal 333 134 366 13 77 0 4 441 132 102
Binary 11011011 1011100 11110110 1011 111111 0 100 100100001 1011010 1000010

Color Harmonies of #DB5CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CF6

Black with #DB5CF6

Text Example


Text Example

White with #DB5CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CF6; }

 p { color: rgb(219,92,246); }

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

background-color css

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

 a { background-color: rgb(219,92,246); }

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

border-color css

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

 span { border-color: rgb(219,92,246); }

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