#DA37CD

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

Shades of Free Speech Magenta #DA37CD

Tints of Free Speech Magenta #DA37CD

Color information

#DA37CD (or 0xDA37CD) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 37 and CD. RGB value is (218,55,205). Sum of RGB (Red+Green+Blue) = 218+55+205=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA37CD is #25C832. Grayscale: #787878. Windows color (decimal): -2476083 or 13449178. OLE color: 13449178.

HSL color Cylindrical-coordinate representation of color #DA37CD: hue angle of 304.79º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA37CD is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21855205-
CMYK00.750.060.15
HSL304.79º68.78%53.53%-
HSV(B)304.79º74.77%85.49%-
XYZ41.322.0559.84-
YUV120.84175.5197.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 55 (21.88% from 255) = 11.51%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=45.61%
G=11.51%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185520500.750.060.15304.7968.7853.53
HexDA37CD04B6F1314536
Octal33267315011361746110566
Binary11011010110111110011010100101111011111001100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA37CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA37CD; }

 p { color: rgb(218,55,205); }

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

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

 a { background-color: rgb(218,55,205); }

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

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

 span { border-color: rgb(218,55,205); }

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