Html Css Color HEX #DB71FE Heliotrope

📋 copy color: '#DB71FE'

red 219 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #DB71FE

Tints of Heliotrope #DB71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.28%

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

R = 37.37%
G = 19.28%
B = 43.34%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB71FE (or 0xDB71FE) is known color: Heliotrope. HEX triplet: DB, 71 and FE. RGB value is (219,113,254). Sum of RGB (Red+Green+Blue) = 219+113+254=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71FE is #248E01. Grayscale: #A0A0A0. Windows color (decimal): -2395650 or 16675291. OLE color: 16675291.

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

Color convert

RGB 219 113 254 -
CMYK 0.14 0.56 0 0.00
HSL 285.11º 0.99% 0.72% -
HSV(B) 285.11º 0.56% 1% -
XYZ 53.01 34.03 97.54 -
YUV 160.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 219 113 254 0.14 0.56 0 0.00 285.11 0.99 0.72
Hex DB 71 FE E 38 0 0 11D 63 48
Octal 333 161 376 16 70 0 0 435 143 110
Binary 11011011 1110001 11111110 1110 111000 0 0 100011101 1100011 1001000

Color Harmonies of #DB71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71FE

Black with #DB71FE

Text Example


Text Example

White with #DB71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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