#DA63CB

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

Shades of Free Speech Magenta #DA63CB

Tints of Free Speech Magenta #DA63CB

Color information

#DA63CB (or 0xDA63CB) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 63 and CB. RGB value is (218,99,203). Sum of RGB (Red+Green+Blue) = 218+99+203=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63CB is #259C34. Grayscale: #929292. Windows color (decimal): -2464821 or 13329370. OLE color: 13329370.

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

Color convert

RGB21899203-
CMYK00.550.070.15
HSL307.56º61.66%62.16%-
HSV(B)307.56º54.59%85.49%-
XYZ44.1528.1459.6-
YUV146.44159.92179.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 99 (39.06% from 255) = 19.04%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=41.92%
G=19.04%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189920300.550.070.15307.5661.6662.16
HexDA63CB0377F1343e3e
Octal3321433130677174647676
Binary1101101011000111100101101101111111111100110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63CB; }

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

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

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

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

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

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

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

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