Html Css Color HEX #DC58FE Heliotrope

📋 copy color: '#DC58FE'

red 220 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #DC58FE

Tints of Heliotrope #DC58FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 39.15%
G = 15.66%
B = 45.2%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC58FE (or 0xDC58FE) is known color: Heliotrope. HEX triplet: DC, 58 and FE. RGB value is (220,88,254). Sum of RGB (Red+Green+Blue) = 220+88+254=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58FE is #23A701. Grayscale: #919191. Windows color (decimal): -2336514 or 16668892. OLE color: 16668892.

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

Color convert

RGB 220 88 254 -
CMYK 0.13 0.65 0 0.00
HSL 287.71º 0.99% 0.67% -
HSV(B) 287.71º 0.65% 1% -
XYZ 50.89 29.35 96.75 -
YUV 146.39 188.73 180.5 -
System Red Green Blue C M Y K H S L
Decimal 220 88 254 0.13 0.65 0 0.00 287.71 0.99 0.67
Hex DC 58 FE D 41 0 0 120 63 43
Octal 334 130 376 15 101 0 0 440 143 103
Binary 11011100 1011000 11111110 1101 1000001 0 0 100100000 1100011 1000011

Color Harmonies of #DC58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58FE

Black with #DC58FE

Text Example


Text Example

White with #DC58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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