Html Css Color HEX #DD57E6 Free Speech Magenta

📋 copy color: '#DD57E6'

red 221 ◦ green 87 ◦ blue 230

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

Shades of Free Speech Magenta #DD57E6

Tints of Free Speech Magenta #DD57E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 41.08%
G = 16.17%
B = 42.75%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD57E6 (or 0xDD57E6) is known color: Free Speech Magenta. HEX triplet: DD, 57 and E6. RGB value is (221,87,230). Sum of RGB (Red+Green+Blue) = 221+87+230=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD57E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57E6 is #22A819. Grayscale: #8E8E8E. Windows color (decimal): -2271258 or 15095773. OLE color: 15095773.

HSL color Cylindrical-coordinate representation of color #DD57E6: hue angle of 296.22º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD57E6 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 87 230 -
CMYK 0.04 0.62 0 0.10
HSL 296.22º 0.74% 0.62% -
HSV(B) 296.22º 0.62% 0.9% -
XYZ 47.51 27.9 77.74 -
YUV 143.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 221 87 230 0.04 0.62 0 0.10 296.22 0.74 0.62
Hex DD 57 E6 4 3E 0 A 128 4A 3E
Octal 335 127 346 4 76 0 12 450 112 76
Binary 11011101 1010111 11100110 100 111110 0 1010 100101000 1001010 111110

Color Harmonies of #DD57E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57E6

Black with #DD57E6

Text Example


Text Example

White with #DD57E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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