Html Css Color HEX #DC58F6 Heliotrope

📋 copy color: '#DC58F6'

red 220 ◦ green 88 ◦ blue 246

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

Shades of Heliotrope #DC58F6

Tints of Heliotrope #DC58F6

RGB

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

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

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

R = 39.71%
G = 15.88%
B = 44.4%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC58F6 (or 0xDC58F6) is known color: Heliotrope. HEX triplet: DC, 58 and F6. RGB value is (220,88,246). Sum of RGB (Red+Green+Blue) = 220+88+246=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC58F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58F6 is #23A709. Grayscale: #909090. Windows color (decimal): -2336522 or 16144604. OLE color: 16144604.

HSL color Cylindrical-coordinate representation of color #DC58F6: hue angle of 290.13º 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 #DC58F6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 88 246 -
CMYK 0.11 0.64 0 0.04
HSL 290.13º 0.9% 0.65% -
HSV(B) 290.13º 0.64% 0.96% -
XYZ 49.64 28.85 90.14 -
YUV 145.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 220 88 246 0.11 0.64 0 0.04 290.13 0.9 0.65
Hex DC 58 F6 B 40 0 4 122 5A 41
Octal 334 130 366 13 100 0 4 442 132 101
Binary 11011100 1011000 11110110 1011 1000000 0 100 100100010 1011010 1000001

Color Harmonies of #DC58F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58F6

Black with #DC58F6

Text Example


Text Example

White with #DC58F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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