Html Css Color HEX #D55FC8 Free Speech Magenta

📋 copy color: '#D55FC8'

red 213 ◦ green 95 ◦ blue 200

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

Shades of Free Speech Magenta #D55FC8

Tints of Free Speech Magenta #D55FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 41.93%
G = 18.7%
B = 39.37%

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

#D55FC8 (or 0xD55FC8) is known color: Free Speech Magenta. HEX triplet: D5, 5F and C8. RGB value is (213,95,200). Sum of RGB (Red+Green+Blue) = 213+95+200=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FC8 is #2AA037. Grayscale: #8D8D8D. Windows color (decimal): -2793528 or 13131733. OLE color: 13131733.

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

Color convert

RGB 213 95 200 -
CMYK 0 0.55 0.06 0.16
HSL 306.61º 0.58% 0.6% -
HSV(B) 306.61º 0.55% 0.84% -
XYZ 41.96 26.5 57.55 -
YUV 142.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 213 95 200 0 0.55 0.06 0.16 306.61 0.58 0.6
Hex D5 5F C8 0 37 6 10 133 3A 3C
Octal 325 137 310 0 67 6 20 463 72 74
Binary 11010101 1011111 11001000 0 110111 110 10000 100110011 111010 111100

Color Harmonies of #D55FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FC8

Black with #D55FC8

Text Example


Text Example

White with #D55FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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