Html Css Color HEX #DB42FE Heliotrope

📋 copy color: '#DB42FE'

red 219 ◦ green 66 ◦ blue 254

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

Shades of Heliotrope #DB42FE

Tints of Heliotrope #DB42FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.24%

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

R = 40.63%
G = 12.24%
B = 47.12%

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

#DB42FE (or 0xDB42FE) is known color: Heliotrope. HEX triplet: DB, 42 and FE. RGB value is (219,66,254). Sum of RGB (Red+Green+Blue) = 219+66+254=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42FE is #24BD01. Grayscale: #848484. Windows color (decimal): -2407682 or 16663259. OLE color: 16663259.

HSL color Cylindrical-coordinate representation of color #DB42FE: hue angle of 288.83º 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 #DB42FE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 66 254 -
CMYK 0.14 0.74 0 0.00
HSL 288.83º 0.99% 0.63% -
HSV(B) 288.83º 0.74% 1% -
XYZ 49.05 26.11 96.22 -
YUV 133.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 219 66 254 0.14 0.74 0 0.00 288.83 0.99 0.63
Hex DB 42 FE E 4A 0 0 121 63 3F
Octal 333 102 376 16 112 0 0 441 143 77
Binary 11011011 1000010 11111110 1110 1001010 0 0 100100001 1100011 111111

Color Harmonies of #DB42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42FE

Black with #DB42FE

Text Example


Text Example

White with #DB42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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