Html Css Color HEX #DD44E7 Free Speech Magenta

📋 copy color: '#DD44E7'

red 221 ◦ green 68 ◦ blue 231

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

Shades of Free Speech Magenta #DD44E7

Tints of Free Speech Magenta #DD44E7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.08%

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

R = 42.5%
G = 13.08%
B = 44.42%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD44E7 (or 0xDD44E7) is known color: Free Speech Magenta. HEX triplet: DD, 44 and E7. RGB value is (221,68,231). Sum of RGB (Red+Green+Blue) = 221+68+231=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD44E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44E7 is #22BB18. Grayscale: #838383. Windows color (decimal): -2276121 or 15156445. OLE color: 15156445.

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

Color convert

RGB 221 68 231 -
CMYK 0.04 0.71 0 0.09
HSL 296.32º 0.77% 0.59% -
HSV(B) 296.32º 0.71% 0.91% -
XYZ 46.31 25.28 78.04 -
YUV 132.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 221 68 231 0.04 0.71 0 0.09 296.32 0.77 0.59
Hex DD 44 E7 4 47 0 9 128 4D 3B
Octal 335 104 347 4 107 0 11 450 115 73
Binary 11011101 1000100 11100111 100 1000111 0 1001 100101000 1001101 111011

Color Harmonies of #DD44E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44E7

Black with #DD44E7

Text Example


Text Example

White with #DD44E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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