Html Css Color HEX #DD55F2 Free Speech Magenta

📋 copy color: '#DD55F2'

red 221 ◦ green 85 ◦ blue 242

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

Shades of Free Speech Magenta #DD55F2

Tints of Free Speech Magenta #DD55F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 40.33%
G = 15.51%
B = 44.16%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD55F2 (or 0xDD55F2) is known color: Free Speech Magenta. HEX triplet: DD, 55 and F2. RGB value is (221,85,242). Sum of RGB (Red+Green+Blue) = 221+85+242=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD55F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55F2 is #22AA0D. Grayscale: #8F8F8F. Windows color (decimal): -2271758 or 15881693. OLE color: 15881693.

HSL color Cylindrical-coordinate representation of color #DD55F2: hue angle of 291.97º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD55F2 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 85 242 -
CMYK 0.09 0.65 0 0.05
HSL 291.97º 0.86% 0.64% -
HSV(B) 291.97º 0.65% 0.95% -
XYZ 49.09 28.28 86.88 -
YUV 143.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 221 85 242 0.09 0.65 0 0.05 291.97 0.86 0.64
Hex DD 55 F2 9 41 0 5 124 56 40
Octal 335 125 362 11 101 0 5 444 126 100
Binary 11011101 1010101 11110010 1001 1000001 0 101 100100100 1010110 1000000

Color Harmonies of #DD55F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55F2

Black with #DD55F2

Text Example


Text Example

White with #DD55F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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