Html Css Color HEX #DD53D7 Free Speech Magenta

📋 copy color: '#DD53D7'

red 221 ◦ green 83 ◦ blue 215

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

Shades of Free Speech Magenta #DD53D7

Tints of Free Speech Magenta #DD53D7

RGB

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

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

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

R = 42.58%
G = 15.99%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD53D7 (or 0xDD53D7) is known color: Free Speech Magenta. HEX triplet: DD, 53 and D7. RGB value is (221,83,215). Sum of RGB (Red+Green+Blue) = 221+83+215=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53D7 is #22AC28. Grayscale: #8A8A8A. Windows color (decimal): -2272297 or 14111709. OLE color: 14111709.

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

Color convert

RGB 221 83 215 -
CMYK 0 0.62 0.03 0.13
HSL 302.61º 0.67% 0.6% -
HSV(B) 302.61º 0.62% 0.87% -
XYZ 45.18 26.46 67.02 -
YUV 139.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 221 83 215 0 0.62 0.03 0.13 302.61 0.67 0.6
Hex DD 53 D7 0 3E 3 D 12F 43 3C
Octal 335 123 327 0 76 3 15 457 103 74
Binary 11011101 1010011 11010111 0 111110 11 1101 100101111 1000011 111100

Color Harmonies of #DD53D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53D7

Black with #DD53D7

Text Example


Text Example

White with #DD53D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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