Html Css Color HEX #D55FC7 Free Speech Magenta

📋 copy color: '#D55FC7'

red 213 ◦ green 95 ◦ blue 199

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

Shades of Free Speech Magenta #D55FC7

Tints of Free Speech Magenta #D55FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 42.01%
G = 18.74%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D55FC7 (or 0xD55FC7) is known color: Free Speech Magenta. HEX triplet: D5, 5F and C7. RGB value is (213,95,199). Sum of RGB (Red+Green+Blue) = 213+95+199=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FC7 is #2AA038. Grayscale: #8D8D8D. Windows color (decimal): -2793529 or 13066197. OLE color: 13066197.

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

Color convert

RGB 213 95 199 -
CMYK 0 0.55 0.07 0.16
HSL 307.12º 0.58% 0.6% -
HSV(B) 307.12º 0.55% 0.84% -
XYZ 41.84 26.45 56.93 -
YUV 142.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 213 95 199 0 0.55 0.07 0.16 307.12 0.58 0.6
Hex D5 5F C7 0 37 7 10 133 3A 3C
Octal 325 137 307 0 67 7 20 463 72 74
Binary 11010101 1011111 11000111 0 110111 111 10000 100110011 111010 111100

Color Harmonies of #D55FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FC7

Black with #D55FC7

Text Example


Text Example

White with #D55FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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