Html Css Color HEX #DD5DC2 Free Speech Magenta

📋 copy color: '#DD5DC2'

red 221 ◦ green 93 ◦ blue 194

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

Shades of Free Speech Magenta #DD5DC2

Tints of Free Speech Magenta #DD5DC2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.31%

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 43.5%
G = 18.31%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD5DC2 (or 0xDD5DC2) is known color: Free Speech Magenta. HEX triplet: DD, 5D and C2. RGB value is (221,93,194). Sum of RGB (Red+Green+Blue) = 221+93+194=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC2 is #22A23D. Grayscale: #8E8E8E. Windows color (decimal): -2269758 or 12738013. OLE color: 12738013.

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

Color convert

RGB 221 93 194 -
CMYK 0 0.58 0.12 0.13
HSL 312.66º 0.65% 0.62% -
HSV(B) 312.66º 0.58% 0.87% -
XYZ 43.47 27.1 53.98 -
YUV 142.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 221 93 194 0 0.58 0.12 0.13 312.66 0.65 0.62
Hex DD 5D C2 0 3A C D 139 41 3E
Octal 335 135 302 0 72 14 15 471 101 76
Binary 11011101 1011101 11000010 0 111010 1100 1101 100111001 1000001 111110

Color Harmonies of #DD5DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DC2

Black with #DD5DC2

Text Example


Text Example

White with #DD5DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DC2; }

 p { color: rgb(221,93,194); }

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

background-color css

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

 a { background-color: rgb(221,93,194); }

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

border-color css

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

 span { border-color: rgb(221,93,194); }

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