Html Css Color HEX #DD5CC2 Free Speech Magenta

📋 copy color: '#DD5CC2'

red 221 ◦ green 92 ◦ blue 194

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

Shades of Free Speech Magenta #DD5CC2

Tints of Free Speech Magenta #DD5CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.15%

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

R = 43.59%
G = 18.15%
B = 38.26%

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

#DD5CC2 (or 0xDD5CC2) is known color: Free Speech Magenta. HEX triplet: DD, 5C and C2. RGB value is (221,92,194). Sum of RGB (Red+Green+Blue) = 221+92+194=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CC2 is #22A33D. Grayscale: #8D8D8D. Windows color (decimal): -2270014 or 12737757. OLE color: 12737757.

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

Color convert

RGB 221 92 194 -
CMYK 0 0.58 0.12 0.13
HSL 312.56º 0.65% 0.61% -
HSV(B) 312.56º 0.58% 0.87% -
XYZ 43.38 26.92 53.95 -
YUV 142.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 221 92 194 0 0.58 0.12 0.13 312.56 0.65 0.61
Hex DD 5C C2 0 3A C D 139 41 3D
Octal 335 134 302 0 72 14 15 471 101 75
Binary 11011101 1011100 11000010 0 111010 1100 1101 100111001 1000001 111101

Color Harmonies of #DD5CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CC2

Black with #DD5CC2

Text Example


Text Example

White with #DD5CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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