Html Css Color HEX #DD46D5 Free Speech Magenta

📋 copy color: '#DD46D5'

red 221 ◦ green 70 ◦ blue 213

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

Shades of Free Speech Magenta #DD46D5

Tints of Free Speech Magenta #DD46D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 43.85%
G = 13.89%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD46D5 (or 0xDD46D5) is known color: Free Speech Magenta. HEX triplet: DD, 46 and D5. RGB value is (221,70,213). Sum of RGB (Red+Green+Blue) = 221+70+213=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46D5 is #22B92A. Grayscale: #838383. Windows color (decimal): -2275627 or 13977309. OLE color: 13977309.

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

Color convert

RGB 221 70 213 -
CMYK 0 0.68 0.04 0.13
HSL 303.18º 0.69% 0.57% -
HSV(B) 303.18º 0.68% 0.87% -
XYZ 44.02 24.56 65.37 -
YUV 131.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 221 70 213 0 0.68 0.04 0.13 303.18 0.69 0.57
Hex DD 46 D5 0 44 4 D 12F 45 39
Octal 335 106 325 0 104 4 15 457 105 71
Binary 11011101 1000110 11010101 0 1000100 100 1101 100101111 1000101 111001

Color Harmonies of #DD46D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46D5

Black with #DD46D5

Text Example


Text Example

White with #DD46D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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