#DA63BC

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

Shades of Free Speech Magenta #DA63BC

Tints of Free Speech Magenta #DA63BC

Color information

#DA63BC (or 0xDA63BC) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and BC. RGB value is (218,99,188). Sum of RGB (Red+Green+Blue) = 218+99+188=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63BC is #259C43. Grayscale: #909090. Windows color (decimal): -2464836 or 12346330. OLE color: 12346330.

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

Color convert

RGB21899188-
CMYK00.550.140.15
HSL315.13º61.66%62.16%-
HSV(B)315.13º54.59%85.49%-
XYZ42.4527.4650.64-
YUV144.73152.42180.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 99 (39.06% from 255) = 19.60%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=43.17%
G=19.60%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189918800.550.140.15315.1361.6662.16
HexDA63BC037EF13b3e3e
Octal33214327406716174737676
Binary11011010110001110111100011011111101111100111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63BC; }

 p { color: rgb(218,99,188); }

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

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

 a { background-color: rgb(218,99,188); }

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

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

 span { border-color: rgb(218,99,188); }

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