Html Css Color HEX #DC58F9 Heliotrope

📋 copy color: '#DC58F9'

red 220 ◦ green 88 ◦ blue 249

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

Shades of Heliotrope #DC58F9

Tints of Heliotrope #DC58F9

RGB

 RED value IS 220 (86.33% from 255) = 39.5%

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

 BLUE value IS 249 (97.66% from 255) = 44.7%

R = 39.5%
G = 15.8%
B = 44.7%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC58F9 (or 0xDC58F9) is known color: Heliotrope. HEX triplet: DC, 58 and F9. RGB value is (220,88,249). Sum of RGB (Red+Green+Blue) = 220+88+249=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 88 (34.77% from 255 or 15.80% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC58F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58F9 is #23A706. Grayscale: #919191. Windows color (decimal): -2336519 or 16341212. OLE color: 16341212.

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

Color convert

RGB 220 88 249 -
CMYK 0.12 0.65 0 0.02
HSL 289.19º 0.93% 0.66% -
HSV(B) 289.19º 0.65% 0.98% -
XYZ 50.1 29.03 92.59 -
YUV 145.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 220 88 249 0.12 0.65 0 0.02 289.19 0.93 0.66
Hex DC 58 F9 C 41 0 2 121 5D 42
Octal 334 130 371 14 101 0 2 441 135 102
Binary 11011100 1011000 11111001 1100 1000001 0 10 100100001 1011101 1000010

Color Harmonies of #DC58F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58F9

Black with #DC58F9

Text Example


Text Example

White with #DC58F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58F9; }

 p { color: rgb(220,88,249); }

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

background-color css

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

 a { background-color: rgb(220,88,249); }

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

border-color css

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

 span { border-color: rgb(220,88,249); }

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