Html Css Color HEX #DD61C1 Free Speech Magenta

📋 copy color: '#DD61C1'

red 221 ◦ green 97 ◦ blue 193

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

Shades of Free Speech Magenta #DD61C1

Tints of Free Speech Magenta #DD61C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 43.25%
G = 18.98%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD61C1 (or 0xDD61C1) is known color: Free Speech Magenta. HEX triplet: DD, 61 and C1. RGB value is (221,97,193). Sum of RGB (Red+Green+Blue) = 221+97+193=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61C1 is #229E3E. Grayscale: #909090. Windows color (decimal): -2268735 or 12673501. OLE color: 12673501.

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

Color convert

RGB 221 97 193 -
CMYK 0 0.56 0.13 0.13
HSL 313.55º 0.65% 0.62% -
HSV(B) 313.55º 0.56% 0.87% -
XYZ 43.72 27.77 53.51 -
YUV 145.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 221 97 193 0 0.56 0.13 0.13 313.55 0.65 0.62
Hex DD 61 C1 0 38 D D 13A 41 3E
Octal 335 141 301 0 70 15 15 472 101 76
Binary 11011101 1100001 11000001 0 111000 1101 1101 100111010 1000001 111110

Color Harmonies of #DD61C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61C1

Black with #DD61C1

Text Example


Text Example

White with #DD61C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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