Html Css Color HEX #DD47CB Free Speech Magenta

📋 copy color: '#DD47CB'

red 221 ◦ green 71 ◦ blue 203

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

Shades of Free Speech Magenta #DD47CB

Tints of Free Speech Magenta #DD47CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 44.65%
G = 14.34%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD47CB (or 0xDD47CB) is known color: Free Speech Magenta. HEX triplet: DD, 47 and CB. RGB value is (221,71,203). Sum of RGB (Red+Green+Blue) = 221+71+203=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47CB is #22B834. Grayscale: #828282. Windows color (decimal): -2275381 or 13322205. OLE color: 13322205.

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

Color convert

RGB 221 71 203 -
CMYK 0 0.68 0.08 0.13
HSL 307.2º 0.69% 0.57% -
HSV(B) 307.2º 0.68% 0.87% -
XYZ 42.85 24.19 58.91 -
YUV 130.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 221 71 203 0 0.68 0.08 0.13 307.2 0.69 0.57
Hex DD 47 CB 0 44 8 D 133 45 39
Octal 335 107 313 0 104 10 15 463 105 71
Binary 11011101 1000111 11001011 0 1000100 1000 1101 100110011 1000101 111001

Color Harmonies of #DD47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47CB

Black with #DD47CB

Text Example


Text Example

White with #DD47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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