Html Css Color HEX #DD46C3 Free Speech Magenta

📋 copy color: '#DD46C3'

red 221 ◦ green 70 ◦ blue 195

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

Shades of Free Speech Magenta #DD46C3

Tints of Free Speech Magenta #DD46C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 45.47%
G = 14.4%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD46C3 (or 0xDD46C3) is known color: Free Speech Magenta. HEX triplet: DD, 46 and C3. RGB value is (221,70,195). Sum of RGB (Red+Green+Blue) = 221+70+195=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46C3 is #22B93C. Grayscale: #818181. Windows color (decimal): -2275645 or 12797661. OLE color: 12797661.

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

Color convert

RGB 221 70 195 -
CMYK 0 0.68 0.12 0.13
HSL 310.33º 0.69% 0.57% -
HSV(B) 310.33º 0.68% 0.87% -
XYZ 41.86 23.69 54 -
YUV 129.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 221 70 195 0 0.68 0.12 0.13 310.33 0.69 0.57
Hex DD 46 C3 0 44 C D 136 45 39
Octal 335 106 303 0 104 14 15 466 105 71
Binary 11011101 1000110 11000011 0 1000100 1100 1101 100110110 1000101 111001

Color Harmonies of #DD46C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46C3

Black with #DD46C3

Text Example


Text Example

White with #DD46C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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