Html Css Color HEX #DD47EA Free Speech Magenta

📋 copy color: '#DD47EA'

red 221 ◦ green 71 ◦ blue 234

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

Shades of Free Speech Magenta #DD47EA

Tints of Free Speech Magenta #DD47EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 42.02%
G = 13.5%
B = 44.49%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD47EA (or 0xDD47EA) is known color: Free Speech Magenta. HEX triplet: DD, 47 and EA. RGB value is (221,71,234). Sum of RGB (Red+Green+Blue) = 221+71+234=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 71 (28.12% from 255 or 13.50% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD47EA is #22B815. Grayscale: #858585. Windows color (decimal): -2275350 or 15353821. OLE color: 15353821.

HSL color Cylindrical-coordinate representation of color #DD47EA: hue angle of 295.21º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD47EA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 71 234 -
CMYK 0.06 0.70 0 0.08
HSL 295.21º 0.8% 0.6% -
HSV(B) 295.21º 0.7% 0.92% -
XYZ 46.92 25.82 80.35 -
YUV 134.43 184.2 189.75 -
System Red Green Blue C M Y K H S L
Decimal 221 71 234 0.06 0.70 0 0.08 295.21 0.8 0.6
Hex DD 47 EA 6 46 0 8 127 50 3C
Octal 335 107 352 6 106 0 10 447 120 74
Binary 11011101 1000111 11101010 110 1000110 0 1000 100100111 1010000 111100

Color Harmonies of #DD47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47EA

Black with #DD47EA

Text Example


Text Example

White with #DD47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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