Html Css Color HEX #DD5DD1 Free Speech Magenta

📋 copy color: '#DD5DD1'

red 221 ◦ green 93 ◦ blue 209

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

Shades of Free Speech Magenta #DD5DD1

Tints of Free Speech Magenta #DD5DD1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.78%

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 42.26%
G = 17.78%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD5DD1 (or 0xDD5DD1) is known color: Free Speech Magenta. HEX triplet: DD, 5D and D1. RGB value is (221,93,209). Sum of RGB (Red+Green+Blue) = 221+93+209=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DD1 is #22A22E. Grayscale: #909090. Windows color (decimal): -2269743 or 13721053. OLE color: 13721053.

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

Color convert

RGB 221 93 209 -
CMYK 0 0.58 0.05 0.13
HSL 305.63º 0.65% 0.62% -
HSV(B) 305.63º 0.58% 0.87% -
XYZ 45.24 27.8 63.3 -
YUV 144.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 221 93 209 0 0.58 0.05 0.13 305.63 0.65 0.62
Hex DD 5D D1 0 3A 5 D 132 41 3E
Octal 335 135 321 0 72 5 15 462 101 76
Binary 11011101 1011101 11010001 0 111010 101 1101 100110010 1000001 111110

Color Harmonies of #DD5DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DD1

Black with #DD5DD1

Text Example


Text Example

White with #DD5DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DD1; }

 p { color: rgb(221,93,209); }

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

background-color css

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

 a { background-color: rgb(221,93,209); }

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

border-color css

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

 span { border-color: rgb(221,93,209); }

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