Html Css Color HEX #DD61D1 Free Speech Magenta

📋 copy color: '#DD61D1'

red 221 ◦ green 97 ◦ blue 209

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

Shades of Free Speech Magenta #DD61D1

Tints of Free Speech Magenta #DD61D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 41.94%
G = 18.41%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD61D1 (or 0xDD61D1) is known color: Free Speech Magenta. HEX triplet: DD, 61 and D1. RGB value is (221,97,209). Sum of RGB (Red+Green+Blue) = 221+97+209=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D1 is #229E2E. Grayscale: #929292. Windows color (decimal): -2268719 or 13722077. OLE color: 13722077.

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

Color convert

RGB 221 97 209 -
CMYK 0 0.56 0.05 0.13
HSL 305.81º 0.65% 0.62% -
HSV(B) 305.81º 0.56% 0.87% -
XYZ 45.6 28.52 63.42 -
YUV 146.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 221 97 209 0 0.56 0.05 0.13 305.81 0.65 0.62
Hex DD 61 D1 0 38 5 D 132 41 3E
Octal 335 141 321 0 70 5 15 462 101 76
Binary 11011101 1100001 11010001 0 111000 101 1101 100110010 1000001 111110

Color Harmonies of #DD61D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61D1

Black with #DD61D1

Text Example


Text Example

White with #DD61D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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