#D744E6

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

Shades of Free Speech Magenta #D744E6

Tints of Free Speech Magenta #D744E6

Color information

#D744E6 (or 0xD744E6) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 44 and E6. RGB value is (215,68,230). Sum of RGB (Red+Green+Blue) = 215+68+230=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #D744E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D744E6 is #28BB19. Grayscale: #818181. Windows color (decimal): -2669338 or 15090903. OLE color: 15090903.

HSL color Cylindrical-coordinate representation of color #D744E6: hue angle of 294.44º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D744E6 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21568230-
CMYK0.070.7000.10
HSL294.44º76.42%58.43%-
HSV(B)294.44º70.43%90.2%-
XYZ44.3724.2977.21-
YUV130.42184.2188.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 68 (26.95% from 255) = 13.26%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=41.91%
G=13.26%
B=44.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal215682300.070.7000.10294.4476.4258.43
HexD744E67460A1264c3a
Octal327104346710601244611472
Binary110101111000100111001101111000110010101001001101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D744E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D744E6; }

 p { color: rgb(215,68,230); }

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

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

 a { background-color: rgb(215,68,230); }

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

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

 span { border-color: rgb(215,68,230); }

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