Html Css Color HEX #DC58FC Heliotrope

📋 copy color: '#DC58FC'

red 220 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #DC58FC

Tints of Heliotrope #DC58FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 39.29%
G = 15.71%
B = 45%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC58FC (or 0xDC58FC) is known color: Heliotrope. HEX triplet: DC, 58 and FC. RGB value is (220,88,252). Sum of RGB (Red+Green+Blue) = 220+88+252=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58FC is #23A703. Grayscale: #919191. Windows color (decimal): -2336516 or 16537820. OLE color: 16537820.

HSL color Cylindrical-coordinate representation of color #DC58FC: hue angle of 288.29º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC58FC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 88 252 -
CMYK 0.13 0.65 0 0.01
HSL 288.29º 0.96% 0.67% -
HSV(B) 288.29º 0.65% 0.99% -
XYZ 50.58 29.22 95.07 -
YUV 146.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 220 88 252 0.13 0.65 0 0.01 288.29 0.96 0.67
Hex DC 58 FC D 41 0 1 120 60 43
Octal 334 130 374 15 101 0 1 440 140 103
Binary 11011100 1011000 11111100 1101 1000001 0 1 100100000 1100000 1000011

Color Harmonies of #DC58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58FC

Black with #DC58FC

Text Example


Text Example

White with #DC58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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