Html Css Color HEX #D059F1 Heliotrope

📋 copy color: '#D059F1'

red 208 ◦ green 89 ◦ blue 241

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

Shades of Heliotrope #D059F1

Tints of Heliotrope #D059F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 38.66%
G = 16.54%
B = 44.8%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D059F1 (or 0xD059F1) is known color: Heliotrope. HEX triplet: D0, 59 and F1. RGB value is (208,89,241). Sum of RGB (Red+Green+Blue) = 208+89+241=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #D059F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059F1 is #2FA60E. Grayscale: #8D8D8D. Windows color (decimal): -3122703 or 15817168. OLE color: 15817168.

HSL color Cylindrical-coordinate representation of color #D059F1: hue angle of 286.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D059F1 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 89 241 -
CMYK 0.14 0.63 0 0.05
HSL 286.97º 0.84% 0.65% -
HSV(B) 286.97º 0.63% 0.95% -
XYZ 45.46 26.91 86.02 -
YUV 141.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 208 89 241 0.14 0.63 0 0.05 286.97 0.84 0.65
Hex D0 59 F1 E 3F 0 5 11F 54 41
Octal 320 131 361 16 77 0 5 437 124 101
Binary 11010000 1011001 11110001 1110 111111 0 101 100011111 1010100 1000001

Color Harmonies of #D059F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059F1

Black with #D059F1

Text Example


Text Example

White with #D059F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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