Html Css Color HEX #DB41FD Heliotrope

📋 copy color: '#DB41FD'

red 219 ◦ green 65 ◦ blue 253

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

Shades of Heliotrope #DB41FD

Tints of Heliotrope #DB41FD

RGB

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

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

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

R = 40.78%
G = 12.1%
B = 47.11%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB41FD (or 0xDB41FD) is known color: Heliotrope. HEX triplet: DB, 41 and FD. RGB value is (219,65,253). Sum of RGB (Red+Green+Blue) = 219+65+253=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41FD is #24BE02. Grayscale: #838383. Windows color (decimal): -2407939 or 16597467. OLE color: 16597467.

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

Color convert

RGB 219 65 253 -
CMYK 0.13 0.74 0 0.01
HSL 289.15º 0.98% 0.62% -
HSV(B) 289.15º 0.74% 0.99% -
XYZ 48.83 25.93 95.36 -
YUV 132.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 219 65 253 0.13 0.74 0 0.01 289.15 0.98 0.62
Hex DB 41 FD D 4A 0 1 121 62 3E
Octal 333 101 375 15 112 0 1 441 142 76
Binary 11011011 1000001 11111101 1101 1001010 0 1 100100001 1100010 111110

Color Harmonies of #DB41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41FD

Black with #DB41FD

Text Example


Text Example

White with #DB41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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