Html Css Color HEX #DD5FDD Free Speech Magenta

📋 copy color: '#DD5FDD'

red 221 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #DD5FDD

Tints of Free Speech Magenta #DD5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.69%

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 41.15%
G = 17.69%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD5FDD (or 0xDD5FDD) is known color: Free Speech Magenta. HEX triplet: DD, 5F and DD. RGB value is (221,95,221). Sum of RGB (Red+Green+Blue) = 221+95+221=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FDD is #22A022. Grayscale: #929292. Windows color (decimal): -2269219 or 14507997. OLE color: 14507997.

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

Color convert

RGB 221 95 221 -
CMYK 0 0.57 0 0.13
HSL 300º 0.65% 0.62% -
HSV(B) 300º 0.57% 0.87% -
XYZ 46.96 28.78 71.49 -
YUV 147.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 221 95 221 0 0.57 0 0.13 300 0.65 0.62
Hex DD 5F DD 0 39 0 D 12C 41 3E
Octal 335 137 335 0 71 0 15 454 101 76
Binary 11011101 1011111 11011101 0 111001 0 1101 100101100 1000001 111110

Color Harmonies of #DD5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FDD

Black with #DD5FDD

Text Example


Text Example

White with #DD5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FDD; }

 p { color: rgb(221,95,221); }

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

background-color css

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

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

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

border-color css

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

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

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