Html Css Color HEX #DD4CC1 Free Speech Magenta

📋 copy color: '#DD4CC1'

red 221 ◦ green 76 ◦ blue 193

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

Shades of Free Speech Magenta #DD4CC1

Tints of Free Speech Magenta #DD4CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 45.1%
G = 15.51%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD4CC1 (or 0xDD4CC1) is known color: Free Speech Magenta. HEX triplet: DD, 4C and C1. RGB value is (221,76,193). Sum of RGB (Red+Green+Blue) = 221+76+193=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CC1 is #22B33E. Grayscale: #848484. Windows color (decimal): -2274111 or 12668125. OLE color: 12668125.

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

Color convert

RGB 221 76 193 -
CMYK 0 0.66 0.13 0.13
HSL 311.59º 0.68% 0.58% -
HSV(B) 311.59º 0.66% 0.87% -
XYZ 42.03 24.39 52.94 -
YUV 132.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 221 76 193 0 0.66 0.13 0.13 311.59 0.68 0.58
Hex DD 4C C1 0 42 D D 138 44 3A
Octal 335 114 301 0 102 15 15 470 104 72
Binary 11011101 1001100 11000001 0 1000010 1101 1101 100111000 1000100 111010

Color Harmonies of #DD4CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CC1

Black with #DD4CC1

Text Example


Text Example

White with #DD4CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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