Html Css Color HEX #DD61DC Free Speech Magenta

📋 copy color: '#DD61DC'

red 221 ◦ green 97 ◦ blue 220

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

Shades of Free Speech Magenta #DD61DC

Tints of Free Speech Magenta #DD61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.03%

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

R = 41.08%
G = 18.03%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD61DC (or 0xDD61DC) is known color: Free Speech Magenta. HEX triplet: DD, 61 and DC. RGB value is (221,97,220). Sum of RGB (Red+Green+Blue) = 221+97+220=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61DC is #229E23. Grayscale: #939393. Windows color (decimal): -2268708 or 14442973. OLE color: 14442973.

HSL color Cylindrical-coordinate representation of color #DD61DC: 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.56%. Process color model (Four color, CMYK) of #DD61DC is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 220 -
CMYK 0 0.56 0.00 0.13
HSL 300.48º 0.65% 0.62% -
HSV(B) 300.48º 0.56% 0.87% -
XYZ 47.01 29.09 70.85 -
YUV 148.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 221 97 220 0 0.56 0.00 0.13 300.48 0.65 0.62
Hex DD 61 DC 0 38 0 D 12C 41 3E
Octal 335 141 334 0 70 0 15 454 101 76
Binary 11011101 1100001 11011100 0 111000 0 1101 100101100 1000001 111110

Color Harmonies of #DD61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61DC

Black with #DD61DC

Text Example


Text Example

White with #DD61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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