Html Css Color HEX #DD57B8 Free Speech Magenta

📋 copy color: '#DD57B8'

red 221 ◦ green 87 ◦ blue 184

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

Shades of Free Speech Magenta #DD57B8

Tints of Free Speech Magenta #DD57B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.4%

R = 44.92%
G = 17.68%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD57B8 (or 0xDD57B8) is known color: Free Speech Magenta. HEX triplet: DD, 57 and B8. RGB value is (221,87,184). Sum of RGB (Red+Green+Blue) = 221+87+184=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57B8 is #22A847. Grayscale: #898989. Windows color (decimal): -2271304 or 12081117. OLE color: 12081117.

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

Color convert

RGB 221 87 184 -
CMYK 0 0.61 0.17 0.13
HSL 316.57º 0.66% 0.6% -
HSV(B) 316.57º 0.61% 0.87% -
XYZ 41.88 25.65 48.09 -
YUV 138.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 221 87 184 0 0.61 0.17 0.13 316.57 0.66 0.6
Hex DD 57 B8 0 3D 11 D 13D 42 3C
Octal 335 127 270 0 75 21 15 475 102 74
Binary 11011101 1010111 10111000 0 111101 10001 1101 100111101 1000010 111100

Color Harmonies of #DD57B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57B8

Black with #DD57B8

Text Example


Text Example

White with #DD57B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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