Html Css Color HEX #DD61E0 Free Speech Magenta

📋 copy color: '#DD61E0'

red 221 ◦ green 97 ◦ blue 224

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

Shades of Free Speech Magenta #DD61E0

Tints of Free Speech Magenta #DD61E0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.9%

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

R = 40.77%
G = 17.9%
B = 41.33%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD61E0 (or 0xDD61E0) is known color: Free Speech Magenta. HEX triplet: DD, 61 and E0. RGB value is (221,97,224). Sum of RGB (Red+Green+Blue) = 221+97+224=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD61E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61E0 is #229E1F. Grayscale: #949494. Windows color (decimal): -2268704 or 14705117. OLE color: 14705117.

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

Color convert

RGB 221 97 224 -
CMYK 0.01 0.57 0 0.12
HSL 298.58º 0.67% 0.63% -
HSV(B) 298.58º 0.57% 0.88% -
XYZ 47.55 29.3 73.67 -
YUV 148.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 221 97 224 0.01 0.57 0 0.12 298.58 0.67 0.63
Hex DD 61 E0 1 39 0 C 12B 43 3F
Octal 335 141 340 1 71 0 14 453 103 77
Binary 11011101 1100001 11100000 1 111001 0 1100 100101011 1000011 111111

Color Harmonies of #DD61E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61E0

Black with #DD61E0

Text Example


Text Example

White with #DD61E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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