#DA4BE1

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

Shades of Free Speech Magenta #DA4BE1

Tints of Free Speech Magenta #DA4BE1

Color information

#DA4BE1 (or 0xDA4BE1) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4B and E1. RGB value is (218,75,225). Sum of RGB (Red+Green+Blue) = 218+75+225=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA4BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BE1 is #25B41E. Grayscale: #868686. Windows color (decimal): -2470943 or 14765018. OLE color: 14765018.

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

Color convert

RGB21875225-
CMYK0.030.6700.12
HSL297.2º71.43%58.82%-
HSV(B)297.2º66.67%88.24%-
XYZ45.0225.3773.76-
YUV134.86178.88187.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 75 (29.69% from 255) = 14.48%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=42.08%
G=14.48%
B=43.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218752250.030.6700.12297.271.4358.82
HexDA4BE13430C129473b
Octal332113341310301445110773
Binary11011010100101111100001111000011011001001010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4BE1; }

 p { color: rgb(218,75,225); }

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

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

 a { background-color: rgb(218,75,225); }

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

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

 span { border-color: rgb(218,75,225); }

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