Html Css Color HEX #DD5FE0 Free Speech Magenta

📋 copy color: '#DD5FE0'

red 221 ◦ green 95 ◦ blue 224

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

Shades of Free Speech Magenta #DD5FE0

Tints of Free Speech Magenta #DD5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.59%

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 40.93%
G = 17.59%
B = 41.48%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD5FE0 (or 0xDD5FE0) is known color: Free Speech Magenta. HEX triplet: DD, 5F and E0. RGB value is (221,95,224). Sum of RGB (Red+Green+Blue) = 221+95+224=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FE0 is #22A01F. Grayscale: #929292. Windows color (decimal): -2269216 or 14704605. OLE color: 14704605.

HSL color Cylindrical-coordinate representation of color #DD5FE0: hue angle of 298.6º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5FE0 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 95 224 -
CMYK 0.01 0.58 0 0.12
HSL 298.6º 0.68% 0.63% -
HSV(B) 298.6º 0.58% 0.88% -
XYZ 47.37 28.94 73.61 -
YUV 147.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 221 95 224 0.01 0.58 0 0.12 298.6 0.68 0.63
Hex DD 5F E0 1 3A 0 C 12B 44 3F
Octal 335 137 340 1 72 0 14 453 104 77
Binary 11011101 1011111 11100000 1 111010 0 1100 100101011 1000100 111111

Color Harmonies of #DD5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FE0

Black with #DD5FE0

Text Example


Text Example

White with #DD5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FE0; }

 p { color: rgb(221,95,224); }

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

background-color css

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

 a { background-color: rgb(221,95,224); }

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

border-color css

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

 span { border-color: rgb(221,95,224); }

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