#DD4AF6

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

Shades of Free Speech Magenta #DD4AF6

Tints of Free Speech Magenta #DD4AF6

Color information

#DD4AF6 (or 0xDD4AF6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4A and F6. RGB value is (221,74,246). Sum of RGB (Red+Green+Blue) = 221+74+246=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD4AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4AF6 is #22B509. Grayscale: #898989. Windows color (decimal): -2274570 or 16141021. OLE color: 16141021.

HSL color Cylindrical-coordinate representation of color #DD4AF6: hue angle of 291.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4AF6 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22174246-
CMYK0.100.7000.04
HSL291.28º90.53%62.75%-
HSV(B)291.28º69.92%96.47%-
XYZ48.926.9289.81-
YUV137.56189.2187.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 74 (29.30% from 255) = 13.68%
BLUE value IS 246 (96.48% from 255) = 45.47%
R=40.85%
G=13.68%
B=45.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221742460.100.7000.04291.2890.5362.75
HexDD4AF6A46041235b3f
Octal335112366121060444313377
Binary110111011001010111101101010100011001001001000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4AF6; }

 p { color: rgb(221,74,246); }

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

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

 a { background-color: rgb(221,74,246); }

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

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

 span { border-color: rgb(221,74,246); }

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