Html Css Color HEX #DD53DA Free Speech Magenta

📋 copy color: '#DD53DA'

red 221 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #DD53DA

Tints of Free Speech Magenta #DD53DA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.9%

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 42.34%
G = 15.9%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD53DA (or 0xDD53DA) is known color: Free Speech Magenta. HEX triplet: DD, 53 and DA. RGB value is (221,83,218). Sum of RGB (Red+Green+Blue) = 221+83+218=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53DA is #22AC25. Grayscale: #8B8B8B. Windows color (decimal): -2272294 or 14308317. OLE color: 14308317.

HSL color Cylindrical-coordinate representation of color #DD53DA: hue angle of 301.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53DA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 218 -
CMYK 0 0.62 0.01 0.13
HSL 301.3º 0.67% 0.6% -
HSV(B) 301.3º 0.62% 0.87% -
XYZ 45.57 26.62 69.07 -
YUV 139.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 221 83 218 0 0.62 0.01 0.13 301.3 0.67 0.6
Hex DD 53 DA 0 3E 1 D 12D 43 3C
Octal 335 123 332 0 76 1 15 455 103 74
Binary 11011101 1010011 11011010 0 111110 1 1101 100101101 1000011 111100

Color Harmonies of #DD53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53DA

Black with #DD53DA

Text Example


Text Example

White with #DD53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53DA; }

 p { color: rgb(221,83,218); }

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

background-color css

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

 a { background-color: rgb(221,83,218); }

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

border-color css

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

 span { border-color: rgb(221,83,218); }

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