Html Css Color HEX #DD53C4 Free Speech Magenta

📋 copy color: '#DD53C4'

red 221 ◦ green 83 ◦ blue 196

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

Shades of Free Speech Magenta #DD53C4

Tints of Free Speech Magenta #DD53C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 44.2%
G = 16.6%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD53C4 (or 0xDD53C4) is known color: Free Speech Magenta. HEX triplet: DD, 53 and C4. RGB value is (221,83,196). Sum of RGB (Red+Green+Blue) = 221+83+196=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53C4 is #22AC3B. Grayscale: #888888. Windows color (decimal): -2272316 or 12866525. OLE color: 12866525.

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

Color convert

RGB 221 83 196 -
CMYK 0 0.62 0.11 0.13
HSL 310.87º 0.67% 0.6% -
HSV(B) 310.87º 0.62% 0.87% -
XYZ 42.88 25.54 54.9 -
YUV 137.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 221 83 196 0 0.62 0.11 0.13 310.87 0.67 0.6
Hex DD 53 C4 0 3E B D 137 43 3C
Octal 335 123 304 0 76 13 15 467 103 74
Binary 11011101 1010011 11000100 0 111110 1011 1101 100110111 1000011 111100

Color Harmonies of #DD53C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53C4

Black with #DD53C4

Text Example


Text Example

White with #DD53C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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