Html Css Color HEX #DD47CA Free Speech Magenta

📋 copy color: '#DD47CA'

red 221 ◦ green 71 ◦ blue 202

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

Shades of Free Speech Magenta #DD47CA

Tints of Free Speech Magenta #DD47CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 44.74%
G = 14.37%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD47CA (or 0xDD47CA) is known color: Free Speech Magenta. HEX triplet: DD, 47 and CA. RGB value is (221,71,202). Sum of RGB (Red+Green+Blue) = 221+71+202=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47CA is #22B835. Grayscale: #828282. Windows color (decimal): -2275382 or 13256669. OLE color: 13256669.

HSL color Cylindrical-coordinate representation of color #DD47CA: hue angle of 307.6º 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 #DD47CA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 202 -
CMYK 0 0.68 0.09 0.13
HSL 307.6º 0.69% 0.57% -
HSV(B) 307.6º 0.68% 0.87% -
XYZ 42.73 24.14 58.28 -
YUV 130.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 221 71 202 0 0.68 0.09 0.13 307.6 0.69 0.57
Hex DD 47 CA 0 44 9 D 134 45 39
Octal 335 107 312 0 104 11 15 464 105 71
Binary 11011101 1000111 11001010 0 1000100 1001 1101 100110100 1000101 111001

Color Harmonies of #DD47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47CA

Black with #DD47CA

Text Example


Text Example

White with #DD47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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