#DA4BC4

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

Shades of Free Speech Magenta #DA4BC4

Tints of Free Speech Magenta #DA4BC4

Color information

#DA4BC4 (or 0xDA4BC4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 4B and C4. RGB value is (218,75,196). Sum of RGB (Red+Green+Blue) = 218+75+196=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BC4 is #25B43B. Grayscale: #838383. Windows color (decimal): -2470972 or 12864474. OLE color: 12864474.

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

Color convert

RGB21875196-
CMYK00.660.100.15
HSL309.23º65.9%57.45%-
HSV(B)309.23º65.6%85.49%-
XYZ41.3923.9254.66-
YUV131.55164.38189.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 75 (29.69% from 255) = 15.34%
BLUE value IS 196 (76.95% from 255) = 40.08%
R=44.58%
G=15.34%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187519600.660.100.15309.2365.957.45
HexDA4BC4042AF1354239
Octal3321133040102121746510271
Binary1101101010010111100010001000010101011111001101011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4BC4; }

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

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

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

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

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

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

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

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