Html Css Color HEX #DB46FD Heliotrope

📋 copy color: '#DB46FD'

red 219 ◦ green 70 ◦ blue 253

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

Shades of Heliotrope #DB46FD

Tints of Heliotrope #DB46FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 40.41%
G = 12.92%
B = 46.68%

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

#DB46FD (or 0xDB46FD) is known color: Heliotrope. HEX triplet: DB, 46 and FD. RGB value is (219,70,253). Sum of RGB (Red+Green+Blue) = 219+70+253=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 70 (27.73% from 255 or 12.92% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB46FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB46FD is #24B902. Grayscale: #868686. Windows color (decimal): -2406659 or 16598747. OLE color: 16598747.

HSL color Cylindrical-coordinate representation of color #DB46FD: hue angle of 288.85º degrees, saturation: 0.98, 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 #DB46FD is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 70 253 -
CMYK 0.13 0.72 0 0.01
HSL 288.85º 0.98% 0.63% -
HSV(B) 288.85º 0.72% 0.99% -
XYZ 49.13 26.53 95.46 -
YUV 135.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 219 70 253 0.13 0.72 0 0.01 288.85 0.98 0.63
Hex DB 46 FD D 48 0 1 121 62 3F
Octal 333 106 375 15 110 0 1 441 142 77
Binary 11011011 1000110 11111101 1101 1001000 0 1 100100001 1100010 111111

Color Harmonies of #DB46FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46FD

Black with #DB46FD

Text Example


Text Example

White with #DB46FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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