#DC63E0

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

Shades of Free Speech Magenta #DC63E0

Tints of Free Speech Magenta #DC63E0

Color information

#DC63E0 (or 0xDC63E0) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 63 and E0. RGB value is (220,99,224). Sum of RGB (Red+Green+Blue) = 220+99+224=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63E0 is #239C1F. Grayscale: #959595. Windows color (decimal): -2333728 or 14705628. OLE color: 14705628.

HSL color Cylindrical-coordinate representation of color #DC63E0: hue angle of 298.08º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC63E0 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22099224-
CMYK0.020.5600.12
HSL298.08º66.84%63.33%-
HSV(B)298.08º55.8%87.84%-
XYZ47.4329.5273.72-
YUV149.43170.09178.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 99 (39.06% from 255) = 18.23%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=40.52%
G=18.23%
B=41.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220992240.020.5600.12298.0866.8463.33
HexDC63E02380C12a433f
Octal33414334027001445210377
Binary1101110011000111110000010111000011001001010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC63E0; }

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

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

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

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

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

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

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

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