#DC62F3

Color #DC62F3 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DC62F3

Tints of Heliotrope #DC62F3

Color information

#DC62F3 (or 0xDC62F3) is unknown color: approx Heliotrope. HEX triplet: DC, 62 and F3. RGB value is (220,98,243). Sum of RGB (Red+Green+Blue) = 220+98+243=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC62F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62F3 is #239D0C. Grayscale: #969696. Windows color (decimal): -2333965 or 15950556. OLE color: 15950556.

HSL color Cylindrical-coordinate representation of color #DC62F3: hue angle of 290.48º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC62F3 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22098243-
CMYK0.090.6000.05
HSL290.48º85.8%66.86%-
HSV(B)290.48º59.67%95.29%-
XYZ50.0630.4288.03-
YUV151.01179.92177.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 98 (38.67% from 255) = 17.47%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=39.22%
G=17.47%
B=43.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220982430.090.6000.05290.4885.866.86
HexDC62F393C051225643
Octal334142363117405442126103
Binary110111001100010111100111001111100010110010001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC62F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC62F3; }

 p { color: rgb(220,98,243); }

 H1.HeaderClassName
 {
   color: #DC62F3;
 }
 .AnyTagClassName
 {
   color: #DC62F3;
 }
</style>
background-color css

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

 a { background-color: rgb(220,98,243); }

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

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

 span { border-color: rgb(220,98,243); }

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