#DA37CC

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

Shades of Free Speech Magenta #DA37CC

Tints of Free Speech Magenta #DA37CC

Color information

#DA37CC (or 0xDA37CC) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 37 and CC. RGB value is (218,55,204). Sum of RGB (Red+Green+Blue) = 218+55+204=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA37CC is #25C833. Grayscale: #787878. Windows color (decimal): -2476084 or 13383642. OLE color: 13383642.

HSL color Cylindrical-coordinate representation of color #DA37CC: hue angle of 305.15º 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 #DA37CC is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21855204-
CMYK00.750.060.15
HSL305.15º68.78%53.53%-
HSV(B)305.15º74.77%85.49%-
XYZ41.182259.2-
YUV120.72175197.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 55 (21.88% from 255) = 11.53%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=45.70%
G=11.53%
B=42.77%

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
Decimal2185520400.750.060.15305.1568.7853.53
HexDA37CC04B6F1314536
Octal33267314011361746110566
Binary11011010110111110011000100101111011111001100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA37CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA37CC; }

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

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

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

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

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

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

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

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