Html Css Color HEX #DB71FB Heliotrope

📋 copy color: '#DB71FB'

red 219 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #DB71FB

Tints of Heliotrope #DB71FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.05%

R = 37.56%
G = 19.38%
B = 43.05%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB71FB (or 0xDB71FB) is known color: Heliotrope. HEX triplet: DB, 71 and FB. RGB value is (219,113,251). Sum of RGB (Red+Green+Blue) = 219+113+251=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71FB is #248E04. Grayscale: #9F9F9F. Windows color (decimal): -2395653 or 16478683. OLE color: 16478683.

HSL color Cylindrical-coordinate representation of color #DB71FB: hue angle of 286.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB71FB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 113 251 -
CMYK 0.13 0.55 0 0.02
HSL 286.09º 0.95% 0.71% -
HSV(B) 286.09º 0.55% 0.98% -
XYZ 52.53 33.84 95.03 -
YUV 160.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 219 113 251 0.13 0.55 0 0.02 286.09 0.95 0.71
Hex DB 71 FB D 37 0 2 11E 5F 47
Octal 333 161 373 15 67 0 2 436 137 107
Binary 11011011 1110001 11111011 1101 110111 0 10 100011110 1011111 1000111

Color Harmonies of #DB71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71FB

Black with #DB71FB

Text Example


Text Example

White with #DB71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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