Html Css Color HEX #DD5DB7 Free Speech Magenta

📋 copy color: '#DD5DB7'

red 221 ◦ green 93 ◦ blue 183

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

Shades of Free Speech Magenta #DD5DB7

Tints of Free Speech Magenta #DD5DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 44.47%
G = 18.71%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD5DB7 (or 0xDD5DB7) is known color: Free Speech Magenta. HEX triplet: DD, 5D and B7. RGB value is (221,93,183). Sum of RGB (Red+Green+Blue) = 221+93+183=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DB7 is #22A248. Grayscale: #8D8D8D. Windows color (decimal): -2269769 or 12017117. OLE color: 12017117.

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

Color convert

RGB 221 93 183 -
CMYK 0 0.58 0.17 0.13
HSL 317.81º 0.65% 0.62% -
HSV(B) 317.81º 0.58% 0.87% -
XYZ 42.28 26.62 47.71 -
YUV 141.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 221 93 183 0 0.58 0.17 0.13 317.81 0.65 0.62
Hex DD 5D B7 0 3A 11 D 13E 41 3E
Octal 335 135 267 0 72 21 15 476 101 76
Binary 11011101 1011101 10110111 0 111010 10001 1101 100111110 1000001 111110

Color Harmonies of #DD5DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DB7

Black with #DD5DB7

Text Example


Text Example

White with #DD5DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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