Html Css Color HEX #DD61BB Free Speech Magenta

📋 copy color: '#DD61BB'

red 221 ◦ green 97 ◦ blue 187

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

Shades of Free Speech Magenta #DD61BB

Tints of Free Speech Magenta #DD61BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 43.76%
G = 19.21%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD61BB (or 0xDD61BB) is known color: Free Speech Magenta. HEX triplet: DD, 61 and BB. RGB value is (221,97,187). Sum of RGB (Red+Green+Blue) = 221+97+187=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61BB is #229E44. Grayscale: #909090. Windows color (decimal): -2268741 or 12280285. OLE color: 12280285.

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

Color convert

RGB 221 97 187 -
CMYK 0 0.56 0.15 0.13
HSL 316.45º 0.65% 0.62% -
HSV(B) 316.45º 0.56% 0.87% -
XYZ 43.06 27.51 50.05 -
YUV 144.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 221 97 187 0 0.56 0.15 0.13 316.45 0.65 0.62
Hex DD 61 BB 0 38 F D 13C 41 3E
Octal 335 141 273 0 70 17 15 474 101 76
Binary 11011101 1100001 10111011 0 111000 1111 1101 100111100 1000001 111110

Color Harmonies of #DD61BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61BB

Black with #DD61BB

Text Example


Text Example

White with #DD61BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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