Html Css Color HEX #D55FD3 Free Speech Magenta

📋 copy color: '#D55FD3'

red 213 ◦ green 95 ◦ blue 211

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

Shades of Free Speech Magenta #D55FD3

Tints of Free Speech Magenta #D55FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 41.04%
G = 18.3%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D55FD3 (or 0xD55FD3) is known color: Free Speech Magenta. HEX triplet: D5, 5F and D3. RGB value is (213,95,211). Sum of RGB (Red+Green+Blue) = 213+95+211=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FD3 is #2AA02C. Grayscale: #8F8F8F. Windows color (decimal): -2793517 or 13852629. OLE color: 13852629.

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

Color convert

RGB 213 95 211 -
CMYK 0 0.55 0.01 0.16
HSL 301.02º 0.58% 0.6% -
HSV(B) 301.02º 0.55% 0.84% -
XYZ 43.29 27.03 64.56 -
YUV 143.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 213 95 211 0 0.55 0.01 0.16 301.02 0.58 0.6
Hex D5 5F D3 0 37 1 10 12D 3A 3C
Octal 325 137 323 0 67 1 20 455 72 74
Binary 11010101 1011111 11010011 0 110111 1 10000 100101101 111010 111100

Color Harmonies of #D55FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FD3

Black with #D55FD3

Text Example


Text Example

White with #D55FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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