Html Css Color HEX #DD5BBD Free Speech Magenta

📋 copy color: '#DD5BBD'

red 221 ◦ green 91 ◦ blue 189

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

Shades of Free Speech Magenta #DD5BBD

Tints of Free Speech Magenta #DD5BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.16%

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 44.11%
G = 18.16%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD5BBD (or 0xDD5BBD) is known color: Free Speech Magenta. HEX triplet: DD, 5B and BD. RGB value is (221,91,189). Sum of RGB (Red+Green+Blue) = 221+91+189=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BBD is #22A442. Grayscale: #8C8C8C. Windows color (decimal): -2270275 or 12409821. OLE color: 12409821.

HSL color Cylindrical-coordinate representation of color #DD5BBD: hue angle of 314.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5BBD is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 91 189 -
CMYK 0 0.59 0.14 0.13
HSL 314.77º 0.66% 0.61% -
HSV(B) 314.77º 0.59% 0.87% -
XYZ 42.75 26.53 51.01 -
YUV 141.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 221 91 189 0 0.59 0.14 0.13 314.77 0.66 0.61
Hex DD 5B BD 0 3B E D 13B 42 3D
Octal 335 133 275 0 73 16 15 473 102 75
Binary 11011101 1011011 10111101 0 111011 1110 1101 100111011 1000010 111101

Color Harmonies of #DD5BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BBD

Black with #DD5BBD

Text Example


Text Example

White with #DD5BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BBD; }

 p { color: rgb(221,91,189); }

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

background-color css

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

 a { background-color: rgb(221,91,189); }

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

border-color css

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

 span { border-color: rgb(221,91,189); }

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