Html Css Color HEX #DD4CDF Free Speech Magenta

📋 copy color: '#DD4CDF'

red 221 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Magenta #DD4CDF

Tints of Free Speech Magenta #DD4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.62%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 42.5%
G = 14.62%
B = 42.88%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD4CDF (or 0xDD4CDF) is known color: Free Speech Magenta. HEX triplet: DD, 4C and DF. RGB value is (221,76,223). Sum of RGB (Red+Green+Blue) = 221+76+223=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CDF is #22B320. Grayscale: #878787. Windows color (decimal): -2274081 or 14634205. OLE color: 14634205.

HSL color Cylindrical-coordinate representation of color #DD4CDF: hue angle of 299.18º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CDF is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 223 -
CMYK 0.01 0.66 0 0.13
HSL 299.18º 0.7% 0.59% -
HSV(B) 299.18º 0.66% 0.87% -
XYZ 45.72 25.87 72.4 -
YUV 136.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 221 76 223 0.01 0.66 0 0.13 299.18 0.7 0.59
Hex DD 4C DF 1 42 0 D 12B 46 3B
Octal 335 114 337 1 102 0 15 453 106 73
Binary 11011101 1001100 11011111 1 1000010 0 1101 100101011 1000110 111011

Color Harmonies of #DD4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CDF

Black with #DD4CDF

Text Example


Text Example

White with #DD4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CDF; }

 p { color: rgb(221,76,223); }

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

background-color css

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

 a { background-color: rgb(221,76,223); }

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

border-color css

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

 span { border-color: rgb(221,76,223); }

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