#DA61C4

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

Shades of Free Speech Magenta #DA61C4

Tints of Free Speech Magenta #DA61C4

Color information

#DA61C4 (or 0xDA61C4) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 61 and C4. RGB value is (218,97,196). Sum of RGB (Red+Green+Blue) = 218+97+196=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA61C4 is #259E3B. Grayscale: #909090. Windows color (decimal): -2465340 or 12870106. OLE color: 12870106.

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

Color convert

RGB21897196-
CMYK00.560.100.15
HSL310.91º62.05%61.76%-
HSV(B)310.91º55.5%85.49%-
XYZ43.1527.4455.25-
YUV144.46157.09180.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=42.66%
G=18.98%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189719600.560.100.15310.9162.0561.76
HexDA61C4038AF1373e3e
Octal33214130407012174677676
Binary11011010110000111000100011100010101111100110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61C4; }

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

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

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

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

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

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

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

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