Html Css Color HEX #DB71EC Heliotrope

📋 copy color: '#DB71EC'

red 219 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #DB71EC

Tints of Heliotrope #DB71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 38.56%
G = 19.89%
B = 41.55%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB71EC (or 0xDB71EC) is known color: Heliotrope. HEX triplet: DB, 71 and EC. RGB value is (219,113,236). Sum of RGB (Red+Green+Blue) = 219+113+236=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71EC is #248E13. Grayscale: #9E9E9E. Windows color (decimal): -2395668 or 15495643. OLE color: 15495643.

HSL color Cylindrical-coordinate representation of color #DB71EC: hue angle of 291.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB71EC is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 113 236 -
CMYK 0.07 0.52 0 0.07
HSL 291.71º 0.76% 0.68% -
HSV(B) 291.71º 0.52% 0.93% -
XYZ 50.26 32.93 83.06 -
YUV 158.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 219 113 236 0.07 0.52 0 0.07 291.71 0.76 0.68
Hex DB 71 EC 7 34 0 7 124 4C 44
Octal 333 161 354 7 64 0 7 444 114 104
Binary 11011011 1110001 11101100 111 110100 0 111 100100100 1001100 1000100

Color Harmonies of #DB71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71EC

Black with #DB71EC

Text Example


Text Example

White with #DB71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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