Html Css Color HEX #DD5DBF Free Speech Magenta

📋 copy color: '#DD5DBF'

red 221 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Magenta #DD5DBF

Tints of Free Speech Magenta #DD5DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 43.76%
G = 18.42%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD5DBF (or 0xDD5DBF) is known color: Free Speech Magenta. HEX triplet: DD, 5D and BF. RGB value is (221,93,191). Sum of RGB (Red+Green+Blue) = 221+93+191=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DBF is #22A240. Grayscale: #8E8E8E. Windows color (decimal): -2269761 or 12541405. OLE color: 12541405.

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

Color convert

RGB 221 93 191 -
CMYK 0 0.58 0.14 0.13
HSL 314.06º 0.65% 0.62% -
HSV(B) 314.06º 0.58% 0.87% -
XYZ 43.14 26.96 52.22 -
YUV 142.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 221 93 191 0 0.58 0.14 0.13 314.06 0.65 0.62
Hex DD 5D BF 0 3A E D 13A 41 3E
Octal 335 135 277 0 72 16 15 472 101 76
Binary 11011101 1011101 10111111 0 111010 1110 1101 100111010 1000001 111110

Color Harmonies of #DD5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DBF

Black with #DD5DBF

Text Example


Text Example

White with #DD5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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