Html Css Color HEX #DD55DF Free Speech Magenta

📋 copy color: '#DD55DF'

red 221 ◦ green 85 ◦ blue 223

#DD55DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DD55DF

Tints of Free Speech Magenta #DD55DF

RGB

 RED value IS 221 (86.72% from 255) = 41.78%

 GREEN value IS 85 (33.59% from 255) = 16.07%

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 41.78%
G = 16.07%
B = 42.16%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD55DF (or 0xDD55DF) is known color: Free Speech Magenta. HEX triplet: DD, 55 and DF. RGB value is (221,85,223). Sum of RGB (Red+Green+Blue) = 221+85+223=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55DF is #22AA20. Grayscale: #8C8C8C. Windows color (decimal): -2271777 or 14636509. OLE color: 14636509.

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

Color convert

RGB 221 85 223 -
CMYK 0.01 0.62 0 0.13
HSL 299.13º 0.68% 0.6% -
HSV(B) 299.13º 0.62% 0.87% -
XYZ 46.39 27.2 72.62 -
YUV 141.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 221 85 223 0.01 0.62 0 0.13 299.13 0.68 0.6
Hex DD 55 DF 1 3E 0 D 12B 44 3C
Octal 335 125 337 1 76 0 15 453 104 74
Binary 11011101 1010101 11011111 1 111110 0 1101 100101011 1000100 111100

Color Harmonies of #DD55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55DF

Black with #DD55DF

Text Example


Text Example

White with #DD55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55DF; }

 p { color: rgb(221,85,223); }

 H1.HeaderClassName
 {
   color: #DD55DF;
 }
 .AnyTagClassName
 {
   color: #DD55DF;
 }
</style>

background-color css

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

 a { background-color: rgb(221,85,223); }

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

border-color css

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

 span { border-color: rgb(221,85,223); }

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