#DC62DF

Color #DC62DF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC62DF

Tints of Free Speech Magenta #DC62DF

Color information

#DC62DF (or 0xDC62DF) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 62 and DF. RGB value is (220,98,223). Sum of RGB (Red+Green+Blue) = 220+98+223=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62DF is #239D20. Grayscale: #949494. Windows color (decimal): -2333985 or 14639836. OLE color: 14639836.

HSL color Cylindrical-coordinate representation of color #DC62DF: hue angle of 298.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC62DF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22098223-
CMYK0.010.5600.13
HSL298.56º66.14%62.94%-
HSV(B)298.56º56.05%87.45%-
XYZ47.229.2872.98-
YUV148.73169.92178.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 98 (38.67% from 255) = 18.11%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=40.67%
G=18.11%
B=41.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220982230.010.5600.13298.5666.1462.94
HexDC62DF1380D12b423f
Octal33414233717001545310277
Binary110111001100010110111111111000011011001010111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC62DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC62DF; }

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

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

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

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

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

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

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

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