#DC62B7

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

Shades of Free Speech Magenta #DC62B7

Tints of Free Speech Magenta #DC62B7

Color information

#DC62B7 (or 0xDC62B7) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 62 and B7. RGB value is (220,98,183). Sum of RGB (Red+Green+Blue) = 220+98+183=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62B7 is #239D48. Grayscale: #8F8F8F. Windows color (decimal): -2334025 or 12018396. OLE color: 12018396.

HSL color Cylindrical-coordinate representation of color #DC62B7: hue angle of 318.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62B7 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB22098183-
CMYK00.550.170.14
HSL318.2º63.54%62.35%-
HSV(B)318.2º55.45%86.27%-
XYZ42.4327.3747.85-
YUV144.17149.92182.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 98 (38.67% from 255) = 19.56%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=43.91%
G=19.56%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209818300.550.170.14318.263.5462.35
HexDC62B703711E13e403e
Octal334142267067211647610076
Binary1101110011000101011011101101111000111101001111101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC62B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC62B7; }

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

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

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

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

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

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

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

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