Html Css Color HEX #DD5DC3 Free Speech Magenta

📋 copy color: '#DD5DC3'

red 221 ◦ green 93 ◦ blue 195

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

Shades of Free Speech Magenta #DD5DC3

Tints of Free Speech Magenta #DD5DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 43.42%
G = 18.27%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD5DC3 (or 0xDD5DC3) is known color: Free Speech Magenta. HEX triplet: DD, 5D and C3. RGB value is (221,93,195). Sum of RGB (Red+Green+Blue) = 221+93+195=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC3 is #22A23C. Grayscale: #8E8E8E. Windows color (decimal): -2269757 or 12803549. OLE color: 12803549.

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

Color convert

RGB 221 93 195 -
CMYK 0 0.58 0.12 0.13
HSL 312.19º 0.65% 0.62% -
HSV(B) 312.19º 0.58% 0.87% -
XYZ 43.58 27.14 54.57 -
YUV 142.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 221 93 195 0 0.58 0.12 0.13 312.19 0.65 0.62
Hex DD 5D C3 0 3A C D 138 41 3E
Octal 335 135 303 0 72 14 15 470 101 76
Binary 11011101 1011101 11000011 0 111010 1100 1101 100111000 1000001 111110

Color Harmonies of #DD5DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DC3

Black with #DD5DC3

Text Example


Text Example

White with #DD5DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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