Html Css Color HEX #DD57D3 Free Speech Magenta

📋 copy color: '#DD57D3'

red 221 ◦ green 87 ◦ blue 211

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

Shades of Free Speech Magenta #DD57D3

Tints of Free Speech Magenta #DD57D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 42.58%
G = 16.76%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD57D3 (or 0xDD57D3) is known color: Free Speech Magenta. HEX triplet: DD, 57 and D3. RGB value is (221,87,211). Sum of RGB (Red+Green+Blue) = 221+87+211=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57D3 is #22A82C. Grayscale: #8C8C8C. Windows color (decimal): -2271277 or 13850589. OLE color: 13850589.

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

Color convert

RGB 221 87 211 -
CMYK 0 0.61 0.05 0.13
HSL 304.48º 0.66% 0.6% -
HSV(B) 304.48º 0.61% 0.87% -
XYZ 44.98 26.89 64.45 -
YUV 141.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 221 87 211 0 0.61 0.05 0.13 304.48 0.66 0.6
Hex DD 57 D3 0 3D 5 D 130 42 3C
Octal 335 127 323 0 75 5 15 460 102 74
Binary 11011101 1010111 11010011 0 111101 101 1101 100110000 1000010 111100

Color Harmonies of #DD57D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57D3

Black with #DD57D3

Text Example


Text Example

White with #DD57D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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