Html Css Color HEX #DB46FC Heliotrope

📋 copy color: '#DB46FC'

red 219 ◦ green 70 ◦ blue 252

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

Shades of Heliotrope #DB46FC

Tints of Heliotrope #DB46FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.94%

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 40.48%
G = 12.94%
B = 46.58%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB46FC (or 0xDB46FC) is known color: Heliotrope. HEX triplet: DB, 46 and FC. RGB value is (219,70,252). Sum of RGB (Red+Green+Blue) = 219+70+252=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB46FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB46FC is #24B903. Grayscale: #868686. Windows color (decimal): -2406660 or 16533211. OLE color: 16533211.

HSL color Cylindrical-coordinate representation of color #DB46FC: hue angle of 289.12º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB46FC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 70 252 -
CMYK 0.13 0.72 0 0.01
HSL 289.12º 0.97% 0.63% -
HSV(B) 289.12º 0.72% 0.99% -
XYZ 48.97 26.47 94.62 -
YUV 135.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 219 70 252 0.13 0.72 0 0.01 289.12 0.97 0.63
Hex DB 46 FC D 48 0 1 121 61 3F
Octal 333 106 374 15 110 0 1 441 141 77
Binary 11011011 1000110 11111100 1101 1001000 0 1 100100001 1100001 111111

Color Harmonies of #DB46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46FC

Black with #DB46FC

Text Example


Text Example

White with #DB46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46FC; }

 p { color: rgb(219,70,252); }

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

background-color css

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

 a { background-color: rgb(219,70,252); }

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

border-color css

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

 span { border-color: rgb(219,70,252); }

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