Html Css Color HEX #DD5FDC Free Speech Magenta

📋 copy color: '#DD5FDC'

red 221 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #DD5FDC

Tints of Free Speech Magenta #DD5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.72%

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

R = 41.23%
G = 17.72%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5FDC (or 0xDD5FDC) is known color: Free Speech Magenta. HEX triplet: DD, 5F and DC. RGB value is (221,95,220). Sum of RGB (Red+Green+Blue) = 221+95+220=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FDC is #22A023. Grayscale: #929292. Windows color (decimal): -2269220 or 14442461. OLE color: 14442461.

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

Color convert

RGB 221 95 220 -
CMYK 0 0.57 0.00 0.13
HSL 300.48º 0.65% 0.62% -
HSV(B) 300.48º 0.57% 0.87% -
XYZ 46.83 28.72 70.79 -
YUV 146.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 221 95 220 0 0.57 0.00 0.13 300.48 0.65 0.62
Hex DD 5F DC 0 39 0 D 12C 41 3E
Octal 335 137 334 0 71 0 15 454 101 76
Binary 11011101 1011111 11011100 0 111001 0 1101 100101100 1000001 111110

Color Harmonies of #DD5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FDC

Black with #DD5FDC

Text Example


Text Example

White with #DD5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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