#DC63B8

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

Shades of Free Speech Magenta #DC63B8

Tints of Free Speech Magenta #DC63B8

Color information

#DC63B8 (or 0xDC63B8) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 63 and B8. RGB value is (220,99,184). Sum of RGB (Red+Green+Blue) = 220+99+184=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63B8 is #239C47. Grayscale: #909090. Windows color (decimal): -2333768 or 12084188. OLE color: 12084188.

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

Color convert

RGB22099184-
CMYK00.550.160.14
HSL317.85º63.35%62.55%-
HSV(B)317.85º55%86.27%-
XYZ42.6327.648.43-
YUV144.87150.09181.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=43.74%
G=19.68%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209918400.550.160.14317.8563.3562.55
HexDC63B803710E13e3f3f
Octal33414327006720164767777
Binary110111001100011101110000110111100001110100111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC63B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC63B8; }

 p { color: rgb(220,99,184); }

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

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

 a { background-color: rgb(220,99,184); }

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

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

 span { border-color: rgb(220,99,184); }

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