Html Css Color HEX #DD43D6 Free Speech Magenta

📋 copy color: '#DD43D6'

red 221 ◦ green 67 ◦ blue 214

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

Shades of Free Speech Magenta #DD43D6

Tints of Free Speech Magenta #DD43D6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.35%

 BLUE value IS 214 (83.98% from 255) = 42.63%

R = 44.02%
G = 13.35%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD43D6 (or 0xDD43D6) is known color: Free Speech Magenta. HEX triplet: DD, 43 and D6. RGB value is (221,67,214). Sum of RGB (Red+Green+Blue) = 221+67+214=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43D6 is #22BC29. Grayscale: #818181. Windows color (decimal): -2276394 or 14042077. OLE color: 14042077.

HSL color Cylindrical-coordinate representation of color #DD43D6: hue angle of 302.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43D6 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 214 -
CMYK 0 0.70 0.03 0.13
HSL 302.73º 0.69% 0.56% -
HSV(B) 302.73º 0.7% 0.87% -
XYZ 43.96 24.24 65.98 -
YUV 129.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 221 67 214 0 0.70 0.03 0.13 302.73 0.69 0.56
Hex DD 43 D6 0 46 3 D 12F 45 38
Octal 335 103 326 0 106 3 15 457 105 70
Binary 11011101 1000011 11010110 0 1000110 11 1101 100101111 1000101 111000

Color Harmonies of #DD43D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43D6

Black with #DD43D6

Text Example


Text Example

White with #DD43D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43D6; }

 p { color: rgb(221,67,214); }

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

background-color css

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

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

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

border-color css

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

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

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