Html Css Color HEX #DD61E5 Free Speech Magenta

📋 copy color: '#DD61E5'

red 221 ◦ green 97 ◦ blue 229

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

Shades of Free Speech Magenta #DD61E5

Tints of Free Speech Magenta #DD61E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 40.4%
G = 17.73%
B = 41.86%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD61E5 (or 0xDD61E5) is known color: Free Speech Magenta. HEX triplet: DD, 61 and E5. RGB value is (221,97,229). Sum of RGB (Red+Green+Blue) = 221+97+229=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD61E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61E5 is #229E1A. Grayscale: #949494. Windows color (decimal): -2268699 or 15032797. OLE color: 15032797.

HSL color Cylindrical-coordinate representation of color #DD61E5: hue angle of 296.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD61E5 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 97 229 -
CMYK 0.03 0.58 0 0.10
HSL 296.36º 0.72% 0.64% -
HSV(B) 296.36º 0.58% 0.9% -
XYZ 48.24 29.58 77.3 -
YUV 149.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 221 97 229 0.03 0.58 0 0.10 296.36 0.72 0.64
Hex DD 61 E5 3 3A 0 A 128 48 40
Octal 335 141 345 3 72 0 12 450 110 100
Binary 11011101 1100001 11100101 11 111010 0 1010 100101000 1001000 1000000

Color Harmonies of #DD61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61E5

Black with #DD61E5

Text Example


Text Example

White with #DD61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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