Html Css Color HEX #DD47CE Free Speech Magenta

📋 copy color: '#DD47CE'

red 221 ◦ green 71 ◦ blue 206

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

Shades of Free Speech Magenta #DD47CE

Tints of Free Speech Magenta #DD47CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 44.38%
G = 14.26%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD47CE (or 0xDD47CE) is known color: Free Speech Magenta. HEX triplet: DD, 47 and CE. RGB value is (221,71,206). Sum of RGB (Red+Green+Blue) = 221+71+206=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47CE is #22B831. Grayscale: #828282. Windows color (decimal): -2275378 or 13518813. OLE color: 13518813.

HSL color Cylindrical-coordinate representation of color #DD47CE: hue angle of 306º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD47CE is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 206 -
CMYK 0 0.68 0.07 0.13
HSL 306º 0.69% 0.57% -
HSV(B) 306º 0.68% 0.87% -
XYZ 43.21 24.33 60.81 -
YUV 131.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 221 71 206 0 0.68 0.07 0.13 306 0.69 0.57
Hex DD 47 CE 0 44 7 D 132 45 39
Octal 335 107 316 0 104 7 15 462 105 71
Binary 11011101 1000111 11001110 0 1000100 111 1101 100110010 1000101 111001

Color Harmonies of #DD47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47CE

Black with #DD47CE

Text Example


Text Example

White with #DD47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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