Html Css Color HEX #DD53DF Free Speech Magenta

📋 copy color: '#DD53DF'

red 221 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #DD53DF

Tints of Free Speech Magenta #DD53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.75%

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

R = 41.94%
G = 15.75%
B = 42.31%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD53DF (or 0xDD53DF) is known color: Free Speech Magenta. HEX triplet: DD, 53 and DF. RGB value is (221,83,223). Sum of RGB (Red+Green+Blue) = 221+83+223=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53DF is #22AC20. Grayscale: #8B8B8B. Windows color (decimal): -2272289 or 14635997. OLE color: 14635997.

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

Color convert

RGB 221 83 223 -
CMYK 0.01 0.63 0 0.13
HSL 299.14º 0.69% 0.6% -
HSV(B) 299.14º 0.63% 0.87% -
XYZ 46.23 26.89 72.56 -
YUV 140.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 221 83 223 0.01 0.63 0 0.13 299.14 0.69 0.6
Hex DD 53 DF 1 3F 0 D 12B 45 3C
Octal 335 123 337 1 77 0 15 453 105 74
Binary 11011101 1010011 11011111 1 111111 0 1101 100101011 1000101 111100

Color Harmonies of #DD53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53DF

Black with #DD53DF

Text Example


Text Example

White with #DD53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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