Html Css Color HEX #D55FC9 Free Speech Magenta

📋 copy color: '#D55FC9'

red 213 ◦ green 95 ◦ blue 201

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

Shades of Free Speech Magenta #D55FC9

Tints of Free Speech Magenta #D55FC9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 41.85%
G = 18.66%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D55FC9 (or 0xD55FC9) is known color: Free Speech Magenta. HEX triplet: D5, 5F and C9. RGB value is (213,95,201). Sum of RGB (Red+Green+Blue) = 213+95+201=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FC9 is #2AA036. Grayscale: #8E8E8E. Windows color (decimal): -2793527 or 13197269. OLE color: 13197269.

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

Color convert

RGB 213 95 201 -
CMYK 0 0.55 0.06 0.16
HSL 306.1º 0.58% 0.6% -
HSV(B) 306.1º 0.55% 0.84% -
XYZ 42.08 26.55 58.16 -
YUV 142.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 213 95 201 0 0.55 0.06 0.16 306.1 0.58 0.6
Hex D5 5F C9 0 37 6 10 132 3A 3C
Octal 325 137 311 0 67 6 20 462 72 74
Binary 11010101 1011111 11001001 0 110111 110 10000 100110010 111010 111100

Color Harmonies of #D55FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FC9

Black with #D55FC9

Text Example


Text Example

White with #D55FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FC9; }

 p { color: rgb(213,95,201); }

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

background-color css

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

 a { background-color: rgb(213,95,201); }

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

border-color css

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

 span { border-color: rgb(213,95,201); }

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