Html Css Color HEX #D059FA Heliotrope

📋 copy color: '#D059FA'

red 208 ◦ green 89 ◦ blue 250

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

Shades of Heliotrope #D059FA

Tints of Heliotrope #D059FA

RGB

 RED value IS 208 (81.64% from 255) = 38.03%

 GREEN value IS 89 (35.16% from 255) = 16.27%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 38.03%
G = 16.27%
B = 45.7%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D059FA (or 0xD059FA) is known color: Heliotrope. HEX triplet: D0, 59 and FA. RGB value is (208,89,250). Sum of RGB (Red+Green+Blue) = 208+89+250=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #D059FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059FA is #2FA605. Grayscale: #8E8E8E. Windows color (decimal): -3122694 or 16406992. OLE color: 16406992.

HSL color Cylindrical-coordinate representation of color #D059FA: hue angle of 284.35º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D059FA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 89 250 -
CMYK 0.17 0.64 0 0.02
HSL 284.35º 0.94% 0.66% -
HSV(B) 284.35º 0.64% 0.98% -
XYZ 46.84 27.46 93.27 -
YUV 142.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 208 89 250 0.17 0.64 0 0.02 284.35 0.94 0.66
Hex D0 59 FA 11 40 0 2 11C 5E 42
Octal 320 131 372 21 100 0 2 434 136 102
Binary 11010000 1011001 11111010 10001 1000000 0 10 100011100 1011110 1000010

Color Harmonies of #D059FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059FA

Black with #D059FA

Text Example


Text Example

White with #D059FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059FA; }

 p { color: rgb(208,89,250); }

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

background-color css

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

 a { background-color: rgb(208,89,250); }

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

border-color css

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

 span { border-color: rgb(208,89,250); }

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