Html Css Color HEX #D55FD1 Free Speech Magenta

📋 copy color: '#D55FD1'

red 213 ◦ green 95 ◦ blue 209

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

Shades of Free Speech Magenta #D55FD1

Tints of Free Speech Magenta #D55FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.43%

R = 41.2%
G = 18.38%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D55FD1 (or 0xD55FD1) is known color: Free Speech Magenta. HEX triplet: D5, 5F and D1. RGB value is (213,95,209). Sum of RGB (Red+Green+Blue) = 213+95+209=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FD1 is #2AA02E. Grayscale: #8E8E8E. Windows color (decimal): -2793519 or 13721557. OLE color: 13721557.

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

Color convert

RGB 213 95 209 -
CMYK 0 0.55 0.02 0.16
HSL 302.03º 0.58% 0.6% -
HSV(B) 302.03º 0.55% 0.84% -
XYZ 43.04 26.93 63.25 -
YUV 143.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 213 95 209 0 0.55 0.02 0.16 302.03 0.58 0.6
Hex D5 5F D1 0 37 2 10 12E 3A 3C
Octal 325 137 321 0 67 2 20 456 72 74
Binary 11010101 1011111 11010001 0 110111 10 10000 100101110 111010 111100

Color Harmonies of #D55FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FD1

Black with #D55FD1

Text Example


Text Example

White with #D55FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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