Html Css Color HEX #DD46D7 Free Speech Magenta

📋 copy color: '#DD46D7'

red 221 ◦ green 70 ◦ blue 215

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

Shades of Free Speech Magenta #DD46D7

Tints of Free Speech Magenta #DD46D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 43.68%
G = 13.83%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD46D7 (or 0xDD46D7) is known color: Free Speech Magenta. HEX triplet: DD, 46 and D7. RGB value is (221,70,215). Sum of RGB (Red+Green+Blue) = 221+70+215=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46D7 is #22B928. Grayscale: #838383. Windows color (decimal): -2275625 or 14108381. OLE color: 14108381.

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

Color convert

RGB 221 70 215 -
CMYK 0 0.68 0.03 0.13
HSL 302.38º 0.69% 0.57% -
HSV(B) 302.38º 0.68% 0.87% -
XYZ 44.27 24.66 66.72 -
YUV 131.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 221 70 215 0 0.68 0.03 0.13 302.38 0.69 0.57
Hex DD 46 D7 0 44 3 D 12E 45 39
Octal 335 106 327 0 104 3 15 456 105 71
Binary 11011101 1000110 11010111 0 1000100 11 1101 100101110 1000101 111001

Color Harmonies of #DD46D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46D7

Black with #DD46D7

Text Example


Text Example

White with #DD46D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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