Html Css Color HEX #DD61C0 Free Speech Magenta

📋 copy color: '#DD61C0'

red 221 ◦ green 97 ◦ blue 192

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

Shades of Free Speech Magenta #DD61C0

Tints of Free Speech Magenta #DD61C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 43.33%
G = 19.02%
B = 37.65%

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

#DD61C0 (or 0xDD61C0) is known color: Free Speech Magenta. HEX triplet: DD, 61 and C0. RGB value is (221,97,192). Sum of RGB (Red+Green+Blue) = 221+97+192=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61C0 is #229E3F. Grayscale: #909090. Windows color (decimal): -2268736 or 12607965. OLE color: 12607965.

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

Color convert

RGB 221 97 192 -
CMYK 0 0.56 0.13 0.13
HSL 314.03º 0.65% 0.62% -
HSV(B) 314.03º 0.56% 0.87% -
XYZ 43.61 27.73 52.92 -
YUV 144.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 221 97 192 0 0.56 0.13 0.13 314.03 0.65 0.62
Hex DD 61 C0 0 38 D D 13A 41 3E
Octal 335 141 300 0 70 15 15 472 101 76
Binary 11011101 1100001 11000000 0 111000 1101 1101 100111010 1000001 111110

Color Harmonies of #DD61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61C0

Black with #DD61C0

Text Example


Text Example

White with #DD61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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