Html Css Color HEX #DD46DF Free Speech Magenta

📋 copy color: '#DD46DF'

red 221 ◦ green 70 ◦ blue 223

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

Shades of Free Speech Magenta #DD46DF

Tints of Free Speech Magenta #DD46DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 43%
G = 13.62%
B = 43.39%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD46DF (or 0xDD46DF) is known color: Free Speech Magenta. HEX triplet: DD, 46 and DF. RGB value is (221,70,223). Sum of RGB (Red+Green+Blue) = 221+70+223=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46DF is #22B920. Grayscale: #848484. Windows color (decimal): -2275617 or 14632669. OLE color: 14632669.

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

Color convert

RGB 221 70 223 -
CMYK 0.01 0.69 0 0.13
HSL 299.22º 0.71% 0.57% -
HSV(B) 299.22º 0.69% 0.87% -
XYZ 45.33 25.08 72.26 -
YUV 132.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 221 70 223 0.01 0.69 0 0.13 299.22 0.71 0.57
Hex DD 46 DF 1 45 0 D 12B 47 39
Octal 335 106 337 1 105 0 15 453 107 71
Binary 11011101 1000110 11011111 1 1000101 0 1101 100101011 1000111 111001

Color Harmonies of #DD46DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46DF

Black with #DD46DF

Text Example


Text Example

White with #DD46DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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