Html Css Color HEX #DD57D5 Free Speech Magenta

📋 copy color: '#DD57D5'

red 221 ◦ green 87 ◦ blue 213

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

Shades of Free Speech Magenta #DD57D5

Tints of Free Speech Magenta #DD57D5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.7%

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 42.42%
G = 16.7%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD57D5 (or 0xDD57D5) is known color: Free Speech Magenta. HEX triplet: DD, 57 and D5. RGB value is (221,87,213). Sum of RGB (Red+Green+Blue) = 221+87+213=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57D5 is #22A82A. Grayscale: #8D8D8D. Windows color (decimal): -2271275 or 13981661. OLE color: 13981661.

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

Color convert

RGB 221 87 213 -
CMYK 0 0.61 0.04 0.13
HSL 303.58º 0.66% 0.6% -
HSV(B) 303.58º 0.61% 0.87% -
XYZ 45.24 26.99 65.78 -
YUV 141.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 221 87 213 0 0.61 0.04 0.13 303.58 0.66 0.6
Hex DD 57 D5 0 3D 4 D 130 42 3C
Octal 335 127 325 0 75 4 15 460 102 74
Binary 11011101 1010111 11010101 0 111101 100 1101 100110000 1000010 111100

Color Harmonies of #DD57D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57D5

Black with #DD57D5

Text Example


Text Example

White with #DD57D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57D5; }

 p { color: rgb(221,87,213); }

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

background-color css

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

 a { background-color: rgb(221,87,213); }

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

border-color css

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

 span { border-color: rgb(221,87,213); }

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