Html Css Color HEX #DD5DCF Free Speech Magenta

📋 copy color: '#DD5DCF'

red 221 ◦ green 93 ◦ blue 207

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

Shades of Free Speech Magenta #DD5DCF

Tints of Free Speech Magenta #DD5DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 42.42%
G = 17.85%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD5DCF (or 0xDD5DCF) is known color: Free Speech Magenta. HEX triplet: DD, 5D and CF. RGB value is (221,93,207). Sum of RGB (Red+Green+Blue) = 221+93+207=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DCF is #22A230. Grayscale: #8F8F8F. Windows color (decimal): -2269745 or 13589981. OLE color: 13589981.

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

Color convert

RGB 221 93 207 -
CMYK 0 0.58 0.06 0.13
HSL 306.56º 0.65% 0.62% -
HSV(B) 306.56º 0.58% 0.87% -
XYZ 45 27.71 62.01 -
YUV 144.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 221 93 207 0 0.58 0.06 0.13 306.56 0.65 0.62
Hex DD 5D CF 0 3A 6 D 133 41 3E
Octal 335 135 317 0 72 6 15 463 101 76
Binary 11011101 1011101 11001111 0 111010 110 1101 100110011 1000001 111110

Color Harmonies of #DD5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DCF

Black with #DD5DCF

Text Example


Text Example

White with #DD5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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