Html Css Color HEX #DD55D3 Free Speech Magenta

📋 copy color: '#DD55D3'

red 221 ◦ green 85 ◦ blue 211

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

Shades of Free Speech Magenta #DD55D3

Tints of Free Speech Magenta #DD55D3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.44%

 BLUE value IS 211 (82.81% from 255) = 40.81%

R = 42.75%
G = 16.44%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD55D3 (or 0xDD55D3) is known color: Free Speech Magenta. HEX triplet: DD, 55 and D3. RGB value is (221,85,211). Sum of RGB (Red+Green+Blue) = 221+85+211=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55D3 is #22AA2C. Grayscale: #8B8B8B. Windows color (decimal): -2271789 or 13850077. OLE color: 13850077.

HSL color Cylindrical-coordinate representation of color #DD55D3: hue angle of 304.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55D3 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 211 -
CMYK 0 0.62 0.05 0.13
HSL 304.41º 0.67% 0.6% -
HSV(B) 304.41º 0.62% 0.87% -
XYZ 44.83 26.57 64.39 -
YUV 140.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 221 85 211 0 0.62 0.05 0.13 304.41 0.67 0.6
Hex DD 55 D3 0 3E 5 D 130 43 3C
Octal 335 125 323 0 76 5 15 460 103 74
Binary 11011101 1010101 11010011 0 111110 101 1101 100110000 1000011 111100

Color Harmonies of #DD55D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55D3

Black with #DD55D3

Text Example


Text Example

White with #DD55D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55D3; }

 p { color: rgb(221,85,211); }

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

background-color css

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

 a { background-color: rgb(221,85,211); }

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

border-color css

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

 span { border-color: rgb(221,85,211); }

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