Html Css Color HEX #DD5CDC Free Speech Magenta

📋 copy color: '#DD5CDC'

red 221 ◦ green 92 ◦ blue 220

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

Shades of Free Speech Magenta #DD5CDC

Tints of Free Speech Magenta #DD5CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 41.46%
G = 17.26%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5CDC (or 0xDD5CDC) is known color: Free Speech Magenta. HEX triplet: DD, 5C and DC. RGB value is (221,92,220). Sum of RGB (Red+Green+Blue) = 221+92+220=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CDC is #22A323. Grayscale: #909090. Windows color (decimal): -2269988 or 14441693. OLE color: 14441693.

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

Color convert

RGB 221 92 220 -
CMYK 0 0.58 0.00 0.13
HSL 300.47º 0.65% 0.61% -
HSV(B) 300.47º 0.58% 0.87% -
XYZ 46.56 28.19 70.7 -
YUV 145.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 221 92 220 0 0.58 0.00 0.13 300.47 0.65 0.61
Hex DD 5C DC 0 3A 0 D 12C 41 3D
Octal 335 134 334 0 72 0 15 454 101 75
Binary 11011101 1011100 11011100 0 111010 0 1101 100101100 1000001 111101

Color Harmonies of #DD5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CDC

Black with #DD5CDC

Text Example


Text Example

White with #DD5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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