#DF63BB

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

Shades of Free Speech Magenta #DF63BB

Tints of Free Speech Magenta #DF63BB

Color information

#DF63BB (or 0xDF63BB) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 63 and BB. RGB value is (223,99,187). Sum of RGB (Red+Green+Blue) = 223+99+187=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63BB is #209C44. Grayscale: #919191. Windows color (decimal): -2137157 or 12280799. OLE color: 12280799.

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

Color convert

RGB22399187-
CMYK00.560.160.13
HSL317.42º65.96%63.14%-
HSV(B)317.42º55.61%87.45%-
XYZ43.8628.250.14-
YUV146.11151.08182.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 99 (39.06% from 255) = 19.45%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=43.81%
G=19.45%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239918700.560.160.13317.4265.9663.14
HexDF63BB03810D13d423f
Octal337143273070201547510277
Binary1101111111000111011101101110001000011011001111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF63BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF63BB; }

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

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

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

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

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

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

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

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