Html Css Color HEX #DD47ED Free Speech Magenta

📋 copy color: '#DD47ED'

red 221 ◦ green 71 ◦ blue 237

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

Shades of Free Speech Magenta #DD47ED

Tints of Free Speech Magenta #DD47ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.42%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 41.78%
G = 13.42%
B = 44.8%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD47ED (or 0xDD47ED) is known color: Free Speech Magenta. HEX triplet: DD, 47 and ED. RGB value is (221,71,237). Sum of RGB (Red+Green+Blue) = 221+71+237=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD47ED is #22B812. Grayscale: #868686. Windows color (decimal): -2275347 or 15550429. OLE color: 15550429.

HSL color Cylindrical-coordinate representation of color #DD47ED: hue angle of 294.22º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD47ED is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 71 237 -
CMYK 0.07 0.70 0 0.07
HSL 294.22º 0.82% 0.6% -
HSV(B) 294.22º 0.7% 0.93% -
XYZ 47.36 25.99 82.64 -
YUV 134.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 221 71 237 0.07 0.70 0 0.07 294.22 0.82 0.6
Hex DD 47 ED 7 46 0 7 126 52 3C
Octal 335 107 355 7 106 0 7 446 122 74
Binary 11011101 1000111 11101101 111 1000110 0 111 100100110 1010010 111100

Color Harmonies of #DD47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47ED

Black with #DD47ED

Text Example


Text Example

White with #DD47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47ED; }

 p { color: rgb(221,71,237); }

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

background-color css

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

 a { background-color: rgb(221,71,237); }

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

border-color css

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

 span { border-color: rgb(221,71,237); }

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