Html Css Color HEX #DD46BF Free Speech Magenta

📋 copy color: '#DD46BF'

red 221 ◦ green 70 ◦ blue 191

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

Shades of Free Speech Magenta #DD46BF

Tints of Free Speech Magenta #DD46BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.52%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 45.85%
G = 14.52%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD46BF (or 0xDD46BF) is known color: Free Speech Magenta. HEX triplet: DD, 46 and BF. RGB value is (221,70,191). Sum of RGB (Red+Green+Blue) = 221+70+191=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46BF is #22B940. Grayscale: #808080. Windows color (decimal): -2275649 or 12535517. OLE color: 12535517.

HSL color Cylindrical-coordinate representation of color #DD46BF: hue angle of 311.92º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46BF is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 191 -
CMYK 0 0.68 0.14 0.13
HSL 311.92º 0.69% 0.57% -
HSV(B) 311.92º 0.68% 0.87% -
XYZ 41.41 23.51 51.65 -
YUV 128.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 221 70 191 0 0.68 0.14 0.13 311.92 0.69 0.57
Hex DD 46 BF 0 44 E D 138 45 39
Octal 335 106 277 0 104 16 15 470 105 71
Binary 11011101 1000110 10111111 0 1000100 1110 1101 100111000 1000101 111001

Color Harmonies of #DD46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46BF

Black with #DD46BF

Text Example


Text Example

White with #DD46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46BF; }

 p { color: rgb(221,70,191); }

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

background-color css

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

 a { background-color: rgb(221,70,191); }

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

border-color css

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

 span { border-color: rgb(221,70,191); }

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