Html Css Color HEX #DD57ED Free Speech Magenta

📋 copy color: '#DD57ED'

red 221 ◦ green 87 ◦ blue 237

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

Shades of Free Speech Magenta #DD57ED

Tints of Free Speech Magenta #DD57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 40.55%
G = 15.96%
B = 43.49%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD57ED (or 0xDD57ED) is known color: Free Speech Magenta. HEX triplet: DD, 57 and ED. RGB value is (221,87,237). Sum of RGB (Red+Green+Blue) = 221+87+237=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57ED is #22A812. Grayscale: #8F8F8F. Windows color (decimal): -2271251 or 15554525. OLE color: 15554525.

HSL color Cylindrical-coordinate representation of color #DD57ED: hue angle of 293.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD57ED is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 87 237 -
CMYK 0.07 0.63 0 0.07
HSL 293.6º 0.81% 0.64% -
HSV(B) 293.6º 0.63% 0.93% -
XYZ 48.51 28.3 83.03 -
YUV 144.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 221 87 237 0.07 0.63 0 0.07 293.6 0.81 0.64
Hex DD 57 ED 7 3F 0 7 126 51 40
Octal 335 127 355 7 77 0 7 446 121 100
Binary 11011101 1010111 11101101 111 111111 0 111 100100110 1010001 1000000

Color Harmonies of #DD57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD57ED

Black with #DD57ED

Text Example


Text Example

White with #DD57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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