Html Css Color HEX #DD42E5 Free Speech Magenta

📋 copy color: '#DD42E5'

red 221 ◦ green 66 ◦ blue 229

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

Shades of Free Speech Magenta #DD42E5

Tints of Free Speech Magenta #DD42E5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.79%

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

R = 42.83%
G = 12.79%
B = 44.38%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD42E5 (or 0xDD42E5) is known color: Free Speech Magenta. HEX triplet: DD, 42 and E5. RGB value is (221,66,229). Sum of RGB (Red+Green+Blue) = 221+66+229=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD42E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42E5 is #22BD1A. Grayscale: #828282. Windows color (decimal): -2276635 or 15024861. OLE color: 15024861.

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

Color convert

RGB 221 66 229 -
CMYK 0.03 0.71 0 0.10
HSL 297.06º 0.76% 0.58% -
HSV(B) 297.06º 0.71% 0.9% -
XYZ 45.91 24.93 76.52 -
YUV 130.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 221 66 229 0.03 0.71 0 0.10 297.06 0.76 0.58
Hex DD 42 E5 3 47 0 A 129 4C 3A
Octal 335 102 345 3 107 0 12 451 114 72
Binary 11011101 1000010 11100101 11 1000111 0 1010 100101001 1001100 111010

Color Harmonies of #DD42E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42E5

Black with #DD42E5

Text Example


Text Example

White with #DD42E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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