Html Css Color HEX #DD41E7 Free Speech Magenta

📋 copy color: '#DD41E7'

red 221 ◦ green 65 ◦ blue 231

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

Shades of Free Speech Magenta #DD41E7

Tints of Free Speech Magenta #DD41E7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.57%

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 42.75%
G = 12.57%
B = 44.68%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD41E7 (or 0xDD41E7) is known color: Free Speech Magenta. HEX triplet: DD, 41 and E7. RGB value is (221,65,231). Sum of RGB (Red+Green+Blue) = 221+65+231=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD41E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41E7 is #22BE18. Grayscale: #828282. Windows color (decimal): -2276889 or 15155677. OLE color: 15155677.

HSL color Cylindrical-coordinate representation of color #DD41E7: hue angle of 296.39º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD41E7 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 65 231 -
CMYK 0.04 0.72 0 0.09
HSL 296.39º 0.78% 0.58% -
HSV(B) 296.39º 0.72% 0.91% -
XYZ 46.13 24.92 77.98 -
YUV 130.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 221 65 231 0.04 0.72 0 0.09 296.39 0.78 0.58
Hex DD 41 E7 4 48 0 9 128 4E 3A
Octal 335 101 347 4 110 0 11 450 116 72
Binary 11011101 1000001 11100111 100 1001000 0 1001 100101000 1001110 111010

Color Harmonies of #DD41E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41E7

Black with #DD41E7

Text Example


Text Example

White with #DD41E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41E7; }

 p { color: rgb(221,65,231); }

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

background-color css

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

 a { background-color: rgb(221,65,231); }

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

border-color css

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

 span { border-color: rgb(221,65,231); }

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