Html Css Color HEX #D058F6 Heliotrope

📋 copy color: '#D058F6'

red 208 ◦ green 88 ◦ blue 246

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

Shades of Heliotrope #D058F6

Tints of Heliotrope #D058F6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.24%

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 38.38%
G = 16.24%
B = 45.39%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D058F6 (or 0xD058F6) is known color: Heliotrope. HEX triplet: D0, 58 and F6. RGB value is (208,88,246). Sum of RGB (Red+Green+Blue) = 208+88+246=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #D058F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D058F6 is #2FA709. Grayscale: #8D8D8D. Windows color (decimal): -3122954 or 16144592. OLE color: 16144592.

HSL color Cylindrical-coordinate representation of color #D058F6: hue angle of 285.57º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D058F6 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 88 246 -
CMYK 0.15 0.64 0 0.04
HSL 285.57º 0.9% 0.65% -
HSV(B) 285.57º 0.64% 0.96% -
XYZ 46.14 27.04 89.98 -
YUV 141.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 208 88 246 0.15 0.64 0 0.04 285.57 0.9 0.65
Hex D0 58 F6 F 40 0 4 11E 5A 41
Octal 320 130 366 17 100 0 4 436 132 101
Binary 11010000 1011000 11110110 1111 1000000 0 100 100011110 1011010 1000001

Color Harmonies of #D058F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058F6

Black with #D058F6

Text Example


Text Example

White with #D058F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058F6; }

 p { color: rgb(208,88,246); }

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

background-color css

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

 a { background-color: rgb(208,88,246); }

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

border-color css

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

 span { border-color: rgb(208,88,246); }

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