Html Css Color HEX #DD52DF Free Speech Magenta

📋 copy color: '#DD52DF'

red 221 ◦ green 82 ◦ blue 223

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

Shades of Free Speech Magenta #DD52DF

Tints of Free Speech Magenta #DD52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.59%

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

R = 42.02%
G = 15.59%
B = 42.4%

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

#DD52DF (or 0xDD52DF) is known color: Free Speech Magenta. HEX triplet: DD, 52 and DF. RGB value is (221,82,223). Sum of RGB (Red+Green+Blue) = 221+82+223=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52DF is #22AD20. Grayscale: #8B8B8B. Windows color (decimal): -2272545 or 14635741. OLE color: 14635741.

HSL color Cylindrical-coordinate representation of color #DD52DF: hue angle of 299.15º 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 #DD52DF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 223 -
CMYK 0.01 0.63 0 0.13
HSL 299.15º 0.69% 0.6% -
HSV(B) 299.15º 0.63% 0.87% -
XYZ 46.16 26.73 72.54 -
YUV 139.64 175.05 186.04 -
System Red Green Blue C M Y K H S L
Decimal 221 82 223 0.01 0.63 0 0.13 299.15 0.69 0.6
Hex DD 52 DF 1 3F 0 D 12B 45 3C
Octal 335 122 337 1 77 0 15 453 105 74
Binary 11011101 1010010 11011111 1 111111 0 1101 100101011 1000101 111100

Color Harmonies of #DD52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52DF

Black with #DD52DF

Text Example


Text Example

White with #DD52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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