Html Css Color HEX #DC55DD Free Speech Magenta

📋 copy color: '#DC55DD'

red 220 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #DC55DD

Tints of Free Speech Magenta #DC55DD

RGB

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

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

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

R = 41.83%
G = 16.16%
B = 42.02%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC55DD (or 0xDC55DD) is known color: Free Speech Magenta. HEX triplet: DC, 55 and DD. RGB value is (220,85,221). Sum of RGB (Red+Green+Blue) = 220+85+221=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55DD is #23AA22. Grayscale: #8C8C8C. Windows color (decimal): -2337315 or 14505436. OLE color: 14505436.

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

Color convert

RGB 220 85 221 -
CMYK 0.00 0.62 0 0.13
HSL 299.56º 0.67% 0.6% -
HSV(B) 299.56º 0.62% 0.87% -
XYZ 45.81 26.93 71.19 -
YUV 140.87 173.23 184.44 -
System Red Green Blue C M Y K H S L
Decimal 220 85 221 0.00 0.62 0 0.13 299.56 0.67 0.6
Hex DC 55 DD 0 3E 0 D 12C 43 3C
Octal 334 125 335 0 76 0 15 454 103 74
Binary 11011100 1010101 11011101 0 111110 0 1101 100101100 1000011 111100

Color Harmonies of #DC55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55DD

Black with #DC55DD

Text Example


Text Example

White with #DC55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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