Html Css Color HEX #DD5DCB Free Speech Magenta

📋 copy color: '#DD5DCB'

red 221 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #DD5DCB

Tints of Free Speech Magenta #DD5DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 42.75%
G = 17.99%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD5DCB (or 0xDD5DCB) is known color: Free Speech Magenta. HEX triplet: DD, 5D and CB. RGB value is (221,93,203). Sum of RGB (Red+Green+Blue) = 221+93+203=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DCB is #22A234. Grayscale: #8F8F8F. Windows color (decimal): -2269749 or 13327837. OLE color: 13327837.

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

Color convert

RGB 221 93 203 -
CMYK 0 0.58 0.08 0.13
HSL 308.44º 0.65% 0.62% -
HSV(B) 308.44º 0.58% 0.87% -
XYZ 44.51 27.51 59.46 -
YUV 143.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 221 93 203 0 0.58 0.08 0.13 308.44 0.65 0.62
Hex DD 5D CB 0 3A 8 D 134 41 3E
Octal 335 135 313 0 72 10 15 464 101 76
Binary 11011101 1011101 11001011 0 111010 1000 1101 100110100 1000001 111110

Color Harmonies of #DD5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DCB

Black with #DD5DCB

Text Example


Text Example

White with #DD5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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