Html Css Color HEX #DC55E5 Free Speech Magenta

📋 copy color: '#DC55E5'

red 220 ◦ green 85 ◦ blue 229

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

Shades of Free Speech Magenta #DC55E5

Tints of Free Speech Magenta #DC55E5

RGB

 RED value IS 220 (86.33% from 255) = 41.2%

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 41.2%
G = 15.92%
B = 42.88%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC55E5 (or 0xDC55E5) is known color: Free Speech Magenta. HEX triplet: DC, 55 and E5. RGB value is (220,85,229). Sum of RGB (Red+Green+Blue) = 220+85+229=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC55E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55E5 is #23AA1A. Grayscale: #8D8D8D. Windows color (decimal): -2337307 or 15029724. OLE color: 15029724.

HSL color Cylindrical-coordinate representation of color #DC55E5: hue angle of 296.25º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC55E5 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 85 229 -
CMYK 0.04 0.63 0 0.10
HSL 296.25º 0.73% 0.62% -
HSV(B) 296.25º 0.63% 0.9% -
XYZ 46.91 27.37 76.94 -
YUV 141.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 220 85 229 0.04 0.63 0 0.10 296.25 0.73 0.62
Hex DC 55 E5 4 3F 0 A 128 49 3E
Octal 334 125 345 4 77 0 12 450 111 76
Binary 11011100 1010101 11100101 100 111111 0 1010 100101000 1001001 111110

Color Harmonies of #DC55E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55E5

Black with #DC55E5

Text Example


Text Example

White with #DC55E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55E5; }

 p { color: rgb(220,85,229); }

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

background-color css

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

 a { background-color: rgb(220,85,229); }

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

border-color css

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

 span { border-color: rgb(220,85,229); }

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