Html Css Color HEX #DD5DB8 Free Speech Magenta

📋 copy color: '#DD5DB8'

red 221 ◦ green 93 ◦ blue 184

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

Shades of Free Speech Magenta #DD5DB8

Tints of Free Speech Magenta #DD5DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.95%

R = 44.38%
G = 18.67%
B = 36.95%

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

#DD5DB8 (or 0xDD5DB8) is known color: Free Speech Magenta. HEX triplet: DD, 5D and B8. RGB value is (221,93,184). Sum of RGB (Red+Green+Blue) = 221+93+184=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DB8 is #22A247. Grayscale: #8D8D8D. Windows color (decimal): -2269768 or 12082653. OLE color: 12082653.

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

Color convert

RGB 221 93 184 -
CMYK 0 0.58 0.17 0.13
HSL 317.34º 0.65% 0.62% -
HSV(B) 317.34º 0.58% 0.87% -
XYZ 42.38 26.66 48.26 -
YUV 141.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 221 93 184 0 0.58 0.17 0.13 317.34 0.65 0.62
Hex DD 5D B8 0 3A 11 D 13D 41 3E
Octal 335 135 270 0 72 21 15 475 101 76
Binary 11011101 1011101 10111000 0 111010 10001 1101 100111101 1000001 111110

Color Harmonies of #DD5DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DB8

Black with #DD5DB8

Text Example


Text Example

White with #DD5DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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