Html Css Color HEX #D55EC6 Free Speech Magenta

📋 copy color: '#D55EC6'

red 213 ◦ green 94 ◦ blue 198

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

Shades of Free Speech Magenta #D55EC6

Tints of Free Speech Magenta #D55EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 42.18%
G = 18.61%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D55EC6 (or 0xD55EC6) is known color: Free Speech Magenta. HEX triplet: D5, 5E and C6. RGB value is (213,94,198). Sum of RGB (Red+Green+Blue) = 213+94+198=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EC6 is #2AA139. Grayscale: #8D8D8D. Windows color (decimal): -2793786 or 13000405. OLE color: 13000405.

HSL color Cylindrical-coordinate representation of color #D55EC6: hue angle of 307.56º 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 #D55EC6 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 198 -
CMYK 0 0.56 0.07 0.16
HSL 307.56º 0.59% 0.6% -
HSV(B) 307.56º 0.56% 0.84% -
XYZ 41.64 26.23 56.29 -
YUV 141.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 213 94 198 0 0.56 0.07 0.16 307.56 0.59 0.6
Hex D5 5E C6 0 38 7 10 134 3B 3C
Octal 325 136 306 0 70 7 20 464 73 74
Binary 11010101 1011110 11000110 0 111000 111 10000 100110100 111011 111100

Color Harmonies of #D55EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EC6

Black with #D55EC6

Text Example


Text Example

White with #D55EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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