Html Css Color HEX #DD5EDF Free Speech Magenta

📋 copy color: '#DD5EDF'

red 221 ◦ green 94 ◦ blue 223

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

Shades of Free Speech Magenta #DD5EDF

Tints of Free Speech Magenta #DD5EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.47%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 41.08%
G = 17.47%
B = 41.45%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD5EDF (or 0xDD5EDF) is known color: Free Speech Magenta. HEX triplet: DD, 5E and DF. RGB value is (221,94,223). Sum of RGB (Red+Green+Blue) = 221+94+223=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EDF is #22A120. Grayscale: #929292. Windows color (decimal): -2269473 or 14638813. OLE color: 14638813.

HSL color Cylindrical-coordinate representation of color #DD5EDF: hue angle of 299.07º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5EDF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 223 -
CMYK 0.01 0.58 0 0.13
HSL 299.07º 0.67% 0.62% -
HSV(B) 299.07º 0.58% 0.87% -
XYZ 47.14 28.71 72.87 -
YUV 146.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 221 94 223 0.01 0.58 0 0.13 299.07 0.67 0.62
Hex DD 5E DF 1 3A 0 D 12B 43 3E
Octal 335 136 337 1 72 0 15 453 103 76
Binary 11011101 1011110 11011111 1 111010 0 1101 100101011 1000011 111110

Color Harmonies of #DD5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EDF

Black with #DD5EDF

Text Example


Text Example

White with #DD5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EDF; }

 p { color: rgb(221,94,223); }

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

background-color css

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

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

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

border-color css

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

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

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