#DF63CA

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

Shades of Free Speech Magenta #DF63CA

Tints of Free Speech Magenta #DF63CA

Color information

#DF63CA (or 0xDF63CA) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 63 and CA. RGB value is (223,99,202). Sum of RGB (Red+Green+Blue) = 223+99+202=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63CA is #209C35. Grayscale: #939393. Windows color (decimal): -2137142 or 13263839. OLE color: 13263839.

HSL color Cylindrical-coordinate representation of color #DF63CA: hue angle of 310.16º 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 #DF63CA is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22399202-
CMYK00.560.090.13
HSL310.16º65.96%63.14%-
HSV(B)310.16º55.61%87.45%-
XYZ45.5528.8859.05-
YUV147.82158.58181.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 99 (39.06% from 255) = 18.89%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=42.56%
G=18.89%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239920200.560.090.13310.1665.9663.14
HexDF63CA0389D136423f
Octal337143312070111546610277
Binary110111111100011110010100111000100111011001101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF63CA; }

 p { color: rgb(223,99,202); }

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

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

 a { background-color: rgb(223,99,202); }

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

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

 span { border-color: rgb(223,99,202); }

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