Html Css Color HEX #D058F2 Heliotrope

📋 copy color: '#D058F2'

red 208 ◦ green 88 ◦ blue 242

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

Shades of Heliotrope #D058F2

Tints of Heliotrope #D058F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.98%

R = 38.66%
G = 16.36%
B = 44.98%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D058F2 (or 0xD058F2) is known color: Heliotrope. HEX triplet: D0, 58 and F2. RGB value is (208,88,242). Sum of RGB (Red+Green+Blue) = 208+88+242=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #D058F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D058F2 is #2FA70D. Grayscale: #8C8C8C. Windows color (decimal): -3122958 or 15882448. OLE color: 15882448.

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

Color convert

RGB 208 88 242 -
CMYK 0.14 0.64 0 0.05
HSL 286.75º 0.86% 0.65% -
HSV(B) 286.75º 0.64% 0.95% -
XYZ 45.53 26.8 86.78 -
YUV 141.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 208 88 242 0.14 0.64 0 0.05 286.75 0.86 0.65
Hex D0 58 F2 E 40 0 5 11F 56 41
Octal 320 130 362 16 100 0 5 437 126 101
Binary 11010000 1011000 11110010 1110 1000000 0 101 100011111 1010110 1000001

Color Harmonies of #D058F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D058F2

Black with #D058F2

Text Example


Text Example

White with #D058F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D058F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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