#DA63BB

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

Shades of Free Speech Magenta #DA63BB

Tints of Free Speech Magenta #DA63BB

Color information

#DA63BB (or 0xDA63BB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and BB. RGB value is (218,99,187). Sum of RGB (Red+Green+Blue) = 218+99+187=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63BB is #259C44. Grayscale: #909090. Windows color (decimal): -2464837 or 12280794. OLE color: 12280794.

HSL color Cylindrical-coordinate representation of color #DA63BB: hue angle of 315.63º 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 #DA63BB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB21899187-
CMYK00.550.140.15
HSL315.63º61.66%62.16%-
HSV(B)315.63º54.59%85.49%-
XYZ42.3427.4250.07-
YUV144.61151.92180.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 99 (39.06% from 255) = 19.64%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=43.25%
G=19.64%
B=37.10%

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
Decimal2189918700.550.140.15315.6361.6662.16
HexDA63BB037EF13c3e3e
Octal33214327306716174747676
Binary11011010110001110111011011011111101111100111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63BB; }

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

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

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

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

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

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

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

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