Html Css Color HEX #DD46BE Free Speech Magenta

📋 copy color: '#DD46BE'

red 221 ◦ green 70 ◦ blue 190

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

Shades of Free Speech Magenta #DD46BE

Tints of Free Speech Magenta #DD46BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 45.95%
G = 14.55%
B = 39.5%

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

#DD46BE (or 0xDD46BE) is known color: Free Speech Magenta. HEX triplet: DD, 46 and BE. RGB value is (221,70,190). Sum of RGB (Red+Green+Blue) = 221+70+190=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46BE is #22B941. Grayscale: #808080. Windows color (decimal): -2275650 or 12469981. OLE color: 12469981.

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

Color convert

RGB 221 70 190 -
CMYK 0 0.68 0.14 0.13
HSL 312.32º 0.69% 0.57% -
HSV(B) 312.32º 0.68% 0.87% -
XYZ 41.3 23.47 51.07 -
YUV 128.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 221 70 190 0 0.68 0.14 0.13 312.32 0.69 0.57
Hex DD 46 BE 0 44 E D 138 45 39
Octal 335 106 276 0 104 16 15 470 105 71
Binary 11011101 1000110 10111110 0 1000100 1110 1101 100111000 1000101 111001

Color Harmonies of #DD46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46BE

Black with #DD46BE

Text Example


Text Example

White with #DD46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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