Html Css Color HEX #DD5FCC Free Speech Magenta

📋 copy color: '#DD5FCC'

red 221 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #DD5FCC

Tints of Free Speech Magenta #DD5FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 42.5%
G = 18.27%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD5FCC (or 0xDD5FCC) is known color: Free Speech Magenta. HEX triplet: DD, 5F and CC. RGB value is (221,95,204). Sum of RGB (Red+Green+Blue) = 221+95+204=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FCC is #22A033. Grayscale: #909090. Windows color (decimal): -2269236 or 13393885. OLE color: 13393885.

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

Color convert

RGB 221 95 204 -
CMYK 0 0.57 0.08 0.13
HSL 308.1º 0.65% 0.62% -
HSV(B) 308.1º 0.57% 0.87% -
XYZ 44.81 27.92 60.15 -
YUV 145.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 221 95 204 0 0.57 0.08 0.13 308.1 0.65 0.62
Hex DD 5F CC 0 39 8 D 134 41 3E
Octal 335 137 314 0 71 10 15 464 101 76
Binary 11011101 1011111 11001100 0 111001 1000 1101 100110100 1000001 111110

Color Harmonies of #DD5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FCC

Black with #DD5FCC

Text Example


Text Example

White with #DD5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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