Html Css Color HEX #DD5FE1 Free Speech Magenta

📋 copy color: '#DD5FE1'

red 221 ◦ green 95 ◦ blue 225

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

Shades of Free Speech Magenta #DD5FE1

Tints of Free Speech Magenta #DD5FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 40.85%
G = 17.56%
B = 41.59%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD5FE1 (or 0xDD5FE1) is known color: Free Speech Magenta. HEX triplet: DD, 5F and E1. RGB value is (221,95,225). Sum of RGB (Red+Green+Blue) = 221+95+225=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD5FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FE1 is #22A01E. Grayscale: #939393. Windows color (decimal): -2269215 or 14770141. OLE color: 14770141.

HSL color Cylindrical-coordinate representation of color #DD5FE1: hue angle of 298.15º 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 #DD5FE1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 95 225 -
CMYK 0.02 0.58 0 0.12
HSL 298.15º 0.68% 0.63% -
HSV(B) 298.15º 0.58% 0.88% -
XYZ 47.5 28.99 74.33 -
YUV 147.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 221 95 225 0.02 0.58 0 0.12 298.15 0.68 0.63
Hex DD 5F E1 2 3A 0 C 12A 44 3F
Octal 335 137 341 2 72 0 14 452 104 77
Binary 11011101 1011111 11100001 10 111010 0 1100 100101010 1000100 111111

Color Harmonies of #DD5FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FE1

Black with #DD5FE1

Text Example


Text Example

White with #DD5FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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