#dd5fd6

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

Shades of Free Speech Magenta #DD5FD6

Tints of Free Speech Magenta #DD5FD6

Color information

#DD5FD6 (or 0xDD5FD6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and D6. RGB value is (221,95,214). Sum of RGB (Red+Green+Blue) = 221+95+214=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FD6 is #22A029. Grayscale: #919191. Windows color (decimal): -2269226 or 14049245. OLE color: 14049245.

HSL color Cylindrical-coordinate representation of color #DD5FD6: hue angle of 303.33º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FD6 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22195214-
CMYK00.570.030.13
HSL303.33º64.95%61.96%-
HSV(B)303.33º57.01%86.67%-
XYZ46.0528.4166.68-
YUV146.24166.24181.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=41.70%
G=17.92%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219521400.570.030.13303.3364.9561.96
HexDD5FD60393D12f413e
Octal33513732607131545710176
Binary1101110110111111101011001110011111011001011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5fd6; }

 p { color: rgb(221,95,214); }

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

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

 a { background-color: rgb(221,95,214); }

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

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

 span { border-color: rgb(221,95,214); }

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