Html Css Color HEX #D55ECC Free Speech Magenta

📋 copy color: '#D55ECC'

red 213 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #D55ECC

Tints of Free Speech Magenta #D55ECC

RGB

 RED value IS 213 (83.59% from 255) = 41.68%

 GREEN value IS 94 (37.11% from 255) = 18.4%

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 41.68%
G = 18.4%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D55ECC (or 0xD55ECC) is known color: Free Speech Magenta. HEX triplet: D5, 5E and CC. RGB value is (213,94,204). Sum of RGB (Red+Green+Blue) = 213+94+204=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ECC is #2AA133. Grayscale: #8D8D8D. Windows color (decimal): -2793780 or 13393621. OLE color: 13393621.

HSL color Cylindrical-coordinate representation of color #D55ECC: hue angle of 304.54º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55ECC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 204 -
CMYK 0 0.56 0.04 0.16
HSL 304.54º 0.59% 0.6% -
HSV(B) 304.54º 0.56% 0.84% -
XYZ 42.34 26.51 60.01 -
YUV 142.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 213 94 204 0 0.56 0.04 0.16 304.54 0.59 0.6
Hex D5 5E CC 0 38 4 10 131 3B 3C
Octal 325 136 314 0 70 4 20 461 73 74
Binary 11010101 1011110 11001100 0 111000 100 10000 100110001 111011 111100

Color Harmonies of #D55ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ECC

Black with #D55ECC

Text Example


Text Example

White with #D55ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ECC; }

 p { color: rgb(213,94,204); }

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

background-color css

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

 a { background-color: rgb(213,94,204); }

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

border-color css

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

 span { border-color: rgb(213,94,204); }

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