Html Css Color HEX #DD5DDA Free Speech Magenta

📋 copy color: '#DD5DDA'

red 221 ◦ green 93 ◦ blue 218

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

Shades of Free Speech Magenta #DD5DDA

Tints of Free Speech Magenta #DD5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 41.54%
G = 17.48%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD5DDA (or 0xDD5DDA) is known color: Free Speech Magenta. HEX triplet: DD, 5D and DA. RGB value is (221,93,218). Sum of RGB (Red+Green+Blue) = 221+93+218=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DDA is #22A225. Grayscale: #919191. Windows color (decimal): -2269734 or 14310877. OLE color: 14310877.

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

Color convert

RGB 221 93 218 -
CMYK 0 0.58 0.01 0.13
HSL 301.41º 0.65% 0.62% -
HSV(B) 301.41º 0.58% 0.87% -
XYZ 46.39 28.26 69.34 -
YUV 145.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 221 93 218 0 0.58 0.01 0.13 301.41 0.65 0.62
Hex DD 5D DA 0 3A 1 D 12D 41 3E
Octal 335 135 332 0 72 1 15 455 101 76
Binary 11011101 1011101 11011010 0 111010 1 1101 100101101 1000001 111110

Color Harmonies of #DD5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DDA

Black with #DD5DDA

Text Example


Text Example

White with #DD5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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