Html Css Color HEX #DD5BD0 Free Speech Magenta

📋 copy color: '#DD5BD0'

red 221 ◦ green 91 ◦ blue 208

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

Shades of Free Speech Magenta #DD5BD0

Tints of Free Speech Magenta #DD5BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40%

R = 42.5%
G = 17.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD5BD0 (or 0xDD5BD0) is known color: Free Speech Magenta. HEX triplet: DD, 5B and D0. RGB value is (221,91,208). Sum of RGB (Red+Green+Blue) = 221+91+208=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BD0 is #22A42F. Grayscale: #8E8E8E. Windows color (decimal): -2270256 or 13655005. OLE color: 13655005.

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

Color convert

RGB 221 91 208 -
CMYK 0 0.59 0.06 0.13
HSL 306º 0.66% 0.61% -
HSV(B) 306º 0.59% 0.87% -
XYZ 44.95 27.41 62.6 -
YUV 143.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 221 91 208 0 0.59 0.06 0.13 306 0.66 0.61
Hex DD 5B D0 0 3B 6 D 132 42 3D
Octal 335 133 320 0 73 6 15 462 102 75
Binary 11011101 1011011 11010000 0 111011 110 1101 100110010 1000010 111101

Color Harmonies of #DD5BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5BD0

Black with #DD5BD0

Text Example


Text Example

White with #DD5BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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