Html Css Color HEX #DD55D7 Free Speech Magenta

📋 copy color: '#DD55D7'

red 221 ◦ green 85 ◦ blue 215

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

Shades of Free Speech Magenta #DD55D7

Tints of Free Speech Magenta #DD55D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 42.42%
G = 16.31%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD55D7 (or 0xDD55D7) is known color: Free Speech Magenta. HEX triplet: DD, 55 and D7. RGB value is (221,85,215). Sum of RGB (Red+Green+Blue) = 221+85+215=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55D7 is #22AA28. Grayscale: #8C8C8C. Windows color (decimal): -2271785 or 14112221. OLE color: 14112221.

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

Color convert

RGB 221 85 215 -
CMYK 0 0.62 0.03 0.13
HSL 302.65º 0.67% 0.6% -
HSV(B) 302.65º 0.62% 0.87% -
XYZ 45.33 26.78 67.07 -
YUV 140.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 221 85 215 0 0.62 0.03 0.13 302.65 0.67 0.6
Hex DD 55 D7 0 3E 3 D 12F 43 3C
Octal 335 125 327 0 76 3 15 457 103 74
Binary 11011101 1010101 11010111 0 111110 11 1101 100101111 1000011 111100

Color Harmonies of #DD55D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55D7

Black with #DD55D7

Text Example


Text Example

White with #DD55D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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