Html Css Color HEX #DD46DC Free Speech Magenta

📋 copy color: '#DD46DC'

red 221 ◦ green 70 ◦ blue 220

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

Shades of Free Speech Magenta #DD46DC

Tints of Free Speech Magenta #DD46DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 43.25%
G = 13.7%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD46DC (or 0xDD46DC) is known color: Free Speech Magenta. HEX triplet: DD, 46 and DC. RGB value is (221,70,220). Sum of RGB (Red+Green+Blue) = 221+70+220=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46DC is #22B923. Grayscale: #838383. Windows color (decimal): -2275620 or 14436061. OLE color: 14436061.

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

Color convert

RGB 221 70 220 -
CMYK 0 0.68 0.00 0.13
HSL 300.4º 0.69% 0.57% -
HSV(B) 300.4º 0.68% 0.87% -
XYZ 44.93 24.92 70.15 -
YUV 132.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 221 70 220 0 0.68 0.00 0.13 300.4 0.69 0.57
Hex DD 46 DC 0 44 0 D 12C 45 39
Octal 335 106 334 0 104 0 15 454 105 71
Binary 11011101 1000110 11011100 0 1000100 0 1101 100101100 1000101 111001

Color Harmonies of #DD46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46DC

Black with #DD46DC

Text Example


Text Example

White with #DD46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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