Html Css Color HEX #DD47CF Free Speech Magenta

📋 copy color: '#DD47CF'

red 221 ◦ green 71 ◦ blue 207

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

Shades of Free Speech Magenta #DD47CF

Tints of Free Speech Magenta #DD47CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 44.29%
G = 14.23%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD47CF (or 0xDD47CF) is known color: Free Speech Magenta. HEX triplet: DD, 47 and CF. RGB value is (221,71,207). Sum of RGB (Red+Green+Blue) = 221+71+207=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47CF is #22B830. Grayscale: #828282. Windows color (decimal): -2275377 or 13584349. OLE color: 13584349.

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

Color convert

RGB 221 71 207 -
CMYK 0 0.68 0.06 0.13
HSL 305.6º 0.69% 0.57% -
HSV(B) 305.6º 0.68% 0.87% -
XYZ 43.33 24.38 61.45 -
YUV 131.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 221 71 207 0 0.68 0.06 0.13 305.6 0.69 0.57
Hex DD 47 CF 0 44 6 D 132 45 39
Octal 335 107 317 0 104 6 15 462 105 71
Binary 11011101 1000111 11001111 0 1000100 110 1101 100110010 1000101 111001

Color Harmonies of #DD47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47CF

Black with #DD47CF

Text Example


Text Example

White with #DD47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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