Html Css Color HEX #DD5DCE Free Speech Magenta

📋 copy color: '#DD5DCE'

red 221 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Magenta #DD5DCE

Tints of Free Speech Magenta #DD5DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 42.5%
G = 17.88%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD5DCE (or 0xDD5DCE) is known color: Free Speech Magenta. HEX triplet: DD, 5D and CE. RGB value is (221,93,206). Sum of RGB (Red+Green+Blue) = 221+93+206=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DCE is #22A231. Grayscale: #8F8F8F. Windows color (decimal): -2269746 or 13524445. OLE color: 13524445.

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

Color convert

RGB 221 93 206 -
CMYK 0 0.58 0.07 0.13
HSL 307.03º 0.65% 0.62% -
HSV(B) 307.03º 0.58% 0.87% -
XYZ 44.87 27.66 61.37 -
YUV 144.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 221 93 206 0 0.58 0.07 0.13 307.03 0.65 0.62
Hex DD 5D CE 0 3A 7 D 133 41 3E
Octal 335 135 316 0 72 7 15 463 101 76
Binary 11011101 1011101 11001110 0 111010 111 1101 100110011 1000001 111110

Color Harmonies of #DD5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DCE

Black with #DD5DCE

Text Example


Text Example

White with #DD5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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