Html Css Color HEX #DD61D5 Free Speech Magenta

📋 copy color: '#DD61D5'

red 221 ◦ green 97 ◦ blue 213

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

Shades of Free Speech Magenta #DD61D5

Tints of Free Speech Magenta #DD61D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 41.62%
G = 18.27%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD61D5 (or 0xDD61D5) is known color: Free Speech Magenta. HEX triplet: DD, 61 and D5. RGB value is (221,97,213). Sum of RGB (Red+Green+Blue) = 221+97+213=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D5 is #229E2A. Grayscale: #929292. Windows color (decimal): -2268715 or 13984221. OLE color: 13984221.

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

Color convert

RGB 221 97 213 -
CMYK 0 0.56 0.04 0.13
HSL 303.87º 0.65% 0.62% -
HSV(B) 303.87º 0.56% 0.87% -
XYZ 46.1 28.73 66.07 -
YUV 147.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 221 97 213 0 0.56 0.04 0.13 303.87 0.65 0.62
Hex DD 61 D5 0 38 4 D 130 41 3E
Octal 335 141 325 0 70 4 15 460 101 76
Binary 11011101 1100001 11010101 0 111000 100 1101 100110000 1000001 111110

Color Harmonies of #DD61D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61D5

Black with #DD61D5

Text Example


Text Example

White with #DD61D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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