Html Css Color HEX #D55FD0 Free Speech Magenta

📋 copy color: '#D55FD0'

red 213 ◦ green 95 ◦ blue 208

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

Shades of Free Speech Magenta #D55FD0

Tints of Free Speech Magenta #D55FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.31%

R = 41.28%
G = 18.41%
B = 40.31%

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

#D55FD0 (or 0xD55FD0) is known color: Free Speech Magenta. HEX triplet: D5, 5F and D0. RGB value is (213,95,208). Sum of RGB (Red+Green+Blue) = 213+95+208=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FD0 is #2AA02F. Grayscale: #8E8E8E. Windows color (decimal): -2793520 or 13656021. OLE color: 13656021.

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

Color convert

RGB 213 95 208 -
CMYK 0 0.55 0.02 0.16
HSL 302.54º 0.58% 0.6% -
HSV(B) 302.54º 0.55% 0.84% -
XYZ 42.92 26.88 62.6 -
YUV 143.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 213 95 208 0 0.55 0.02 0.16 302.54 0.58 0.6
Hex D5 5F D0 0 37 2 10 12F 3A 3C
Octal 325 137 320 0 67 2 20 457 72 74
Binary 11010101 1011111 11010000 0 110111 10 10000 100101111 111010 111100

Color Harmonies of #D55FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FD0

Black with #D55FD0

Text Example


Text Example

White with #D55FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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