Html Css Color HEX #DD57DD Free Speech Magenta

📋 copy color: '#DD57DD'

red 221 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #DD57DD

Tints of Free Speech Magenta #DD57DD

RGB

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

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

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

R = 41.78%
G = 16.45%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD57DD (or 0xDD57DD) is known color: Free Speech Magenta. HEX triplet: DD, 57 and DD. RGB value is (221,87,221). Sum of RGB (Red+Green+Blue) = 221+87+221=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57DD is #22A822. Grayscale: #8D8D8D. Windows color (decimal): -2271267 or 14505949. OLE color: 14505949.

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

Color convert

RGB 221 87 221 -
CMYK 0 0.61 0 0.13
HSL 300º 0.66% 0.6% -
HSV(B) 300º 0.61% 0.87% -
XYZ 46.28 27.41 71.26 -
YUV 142.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 221 87 221 0 0.61 0 0.13 300 0.66 0.6
Hex DD 57 DD 0 3D 0 D 12C 42 3C
Octal 335 127 335 0 75 0 15 454 102 74
Binary 11011101 1010111 11011101 0 111101 0 1101 100101100 1000010 111100

Color Harmonies of #DD57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57DD

Black with #DD57DD

Text Example


Text Example

White with #DD57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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