Html Css Color HEX #DD5BBB Free Speech Magenta

📋 copy color: '#DD5BBB'

red 221 ◦ green 91 ◦ blue 187

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

Shades of Free Speech Magenta #DD5BBB

Tints of Free Speech Magenta #DD5BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 44.29%
G = 18.24%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD5BBB (or 0xDD5BBB) is known color: Free Speech Magenta. HEX triplet: DD, 5B and BB. RGB value is (221,91,187). Sum of RGB (Red+Green+Blue) = 221+91+187=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BBB is #22A444. Grayscale: #8C8C8C. Windows color (decimal): -2270277 or 12278749. OLE color: 12278749.

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

Color convert

RGB 221 91 187 -
CMYK 0 0.59 0.15 0.13
HSL 315.69º 0.66% 0.61% -
HSV(B) 315.69º 0.59% 0.87% -
XYZ 42.53 26.44 49.88 -
YUV 140.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 221 91 187 0 0.59 0.15 0.13 315.69 0.66 0.61
Hex DD 5B BB 0 3B F D 13C 42 3D
Octal 335 133 273 0 73 17 15 474 102 75
Binary 11011101 1011011 10111011 0 111011 1111 1101 100111100 1000010 111101

Color Harmonies of #DD5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BBB

Black with #DD5BBB

Text Example


Text Example

White with #DD5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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