Html Css Color HEX #D55FD2 Free Speech Magenta

📋 copy color: '#D55FD2'

red 213 ◦ green 95 ◦ blue 210

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

Shades of Free Speech Magenta #D55FD2

Tints of Free Speech Magenta #D55FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.54%

R = 41.12%
G = 18.34%
B = 40.54%

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

#D55FD2 (or 0xD55FD2) is known color: Free Speech Magenta. HEX triplet: D5, 5F and D2. RGB value is (213,95,210). Sum of RGB (Red+Green+Blue) = 213+95+210=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FD2 is #2AA02D. Grayscale: #8F8F8F. Windows color (decimal): -2793518 or 13787093. OLE color: 13787093.

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

Color convert

RGB 213 95 210 -
CMYK 0 0.55 0.01 0.16
HSL 301.53º 0.58% 0.6% -
HSV(B) 301.53º 0.55% 0.84% -
XYZ 43.17 26.98 63.91 -
YUV 143.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 213 95 210 0 0.55 0.01 0.16 301.53 0.58 0.6
Hex D5 5F D2 0 37 1 10 12E 3A 3C
Octal 325 137 322 0 67 1 20 456 72 74
Binary 11010101 1011111 11010010 0 110111 1 10000 100101110 111010 111100

Color Harmonies of #D55FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FD2

Black with #D55FD2

Text Example


Text Example

White with #D55FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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