Html Css Color HEX #DD46DD Free Speech Magenta

📋 copy color: '#DD46DD'

red 221 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Magenta #DD46DD

Tints of Free Speech Magenta #DD46DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 43.16%
G = 13.67%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD46DD (or 0xDD46DD) is known color: Free Speech Magenta. HEX triplet: DD, 46 and DD. RGB value is (221,70,221). Sum of RGB (Red+Green+Blue) = 221+70+221=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46DD is #22B922. Grayscale: #838383. Windows color (decimal): -2275619 or 14501597. OLE color: 14501597.

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

Color convert

RGB 221 70 221 -
CMYK 0 0.68 0 0.13
HSL 300º 0.69% 0.57% -
HSV(B) 300º 0.68% 0.87% -
XYZ 45.06 24.97 70.85 -
YUV 132.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 221 70 221 0 0.68 0 0.13 300 0.69 0.57
Hex DD 46 DD 0 44 0 D 12C 45 39
Octal 335 106 335 0 104 0 15 454 105 71
Binary 11011101 1000110 11011101 0 1000100 0 1101 100101100 1000101 111001

Color Harmonies of #DD46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46DD

Black with #DD46DD

Text Example


Text Example

White with #DD46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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