Html Css Color HEX #DB41FE Heliotrope

📋 copy color: '#DB41FE'

red 219 ◦ green 65 ◦ blue 254

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

Shades of Heliotrope #DB41FE

Tints of Heliotrope #DB41FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.08%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 40.71%
G = 12.08%
B = 47.21%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB41FE (or 0xDB41FE) is known color: Heliotrope. HEX triplet: DB, 41 and FE. RGB value is (219,65,254). Sum of RGB (Red+Green+Blue) = 219+65+254=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41FE is #24BE01. Grayscale: #838383. Windows color (decimal): -2407938 or 16663003. OLE color: 16663003.

HSL color Cylindrical-coordinate representation of color #DB41FE: hue angle of 288.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB41FE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 65 254 -
CMYK 0.14 0.74 0 0.00
HSL 288.89º 0.99% 0.63% -
HSV(B) 288.89º 0.74% 1% -
XYZ 48.99 26 96.2 -
YUV 132.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 219 65 254 0.14 0.74 0 0.00 288.89 0.99 0.63
Hex DB 41 FE E 4A 0 0 121 63 3F
Octal 333 101 376 16 112 0 0 441 143 77
Binary 11011011 1000001 11111110 1110 1001010 0 0 100100001 1100011 111111

Color Harmonies of #DB41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41FE

Black with #DB41FE

Text Example


Text Example

White with #DB41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41FE; }

 p { color: rgb(219,65,254); }

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

background-color css

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

 a { background-color: rgb(219,65,254); }

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

border-color css

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

 span { border-color: rgb(219,65,254); }

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