#DA4CE0

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

Shades of Free Speech Magenta #DA4CE0

Tints of Free Speech Magenta #DA4CE0

Color information

#DA4CE0 (or 0xDA4CE0) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4C and E0. RGB value is (218,76,224). Sum of RGB (Red+Green+Blue) = 218+76+224=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4CE0 is #25B31F. Grayscale: #868686. Windows color (decimal): -2470688 or 14699738. OLE color: 14699738.

HSL color Cylindrical-coordinate representation of color #DA4CE0: hue angle of 297.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4CE0 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21876224-
CMYK0.030.6600.12
HSL297.57º70.48%58.82%-
HSV(B)297.57º66.07%87.84%-
XYZ44.9525.4673.07-
YUV135.33178.04186.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 76 (30.08% from 255) = 14.67%
BLUE value IS 224 (87.89% from 255) = 43.24%
R=42.08%
G=14.67%
B=43.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218762240.030.6600.12297.5770.4858.82
HexDA4CE03420C12a463b
Octal332114340310201445210673
Binary11011010100110011100000111000010011001001010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4CE0; }

 p { color: rgb(218,76,224); }

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

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

 a { background-color: rgb(218,76,224); }

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

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

 span { border-color: rgb(218,76,224); }

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