Html Css Color HEX #DB71FD Heliotrope

📋 copy color: '#DB71FD'

red 219 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #DB71FD

Tints of Heliotrope #DB71FD

RGB

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

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

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

R = 37.44%
G = 19.32%
B = 43.25%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB71FD (or 0xDB71FD) is known color: Heliotrope. HEX triplet: DB, 71 and FD. RGB value is (219,113,253). Sum of RGB (Red+Green+Blue) = 219+113+253=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB71FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71FD is #248E02. Grayscale: #A0A0A0. Windows color (decimal): -2395651 or 16609755. OLE color: 16609755.

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

Color convert

RGB 219 113 253 -
CMYK 0.13 0.55 0 0.01
HSL 285.43º 0.97% 0.72% -
HSV(B) 285.43º 0.55% 0.99% -
XYZ 52.85 33.96 96.7 -
YUV 160.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 219 113 253 0.13 0.55 0 0.01 285.43 0.97 0.72
Hex DB 71 FD D 37 0 1 11D 61 48
Octal 333 161 375 15 67 0 1 435 141 110
Binary 11011011 1110001 11111101 1101 110111 0 1 100011101 1100001 1001000

Color Harmonies of #DB71FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71FD

Black with #DB71FD

Text Example


Text Example

White with #DB71FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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