Html Css Color HEX #D55FC6 Free Speech Magenta

📋 copy color: '#D55FC6'

red 213 ◦ green 95 ◦ blue 198

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

Shades of Free Speech Magenta #D55FC6

Tints of Free Speech Magenta #D55FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 42.09%
G = 18.77%
B = 39.13%

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

#D55FC6 (or 0xD55FC6) is known color: Free Speech Magenta. HEX triplet: D5, 5F and C6. RGB value is (213,95,198). Sum of RGB (Red+Green+Blue) = 213+95+198=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FC6 is #2AA039. Grayscale: #8D8D8D. Windows color (decimal): -2793530 or 13000661. OLE color: 13000661.

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

Color convert

RGB 213 95 198 -
CMYK 0 0.55 0.07 0.16
HSL 307.63º 0.58% 0.6% -
HSV(B) 307.63º 0.55% 0.84% -
XYZ 41.73 26.41 56.32 -
YUV 142.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 213 95 198 0 0.55 0.07 0.16 307.63 0.58 0.6
Hex D5 5F C6 0 37 7 10 134 3A 3C
Octal 325 137 306 0 67 7 20 464 72 74
Binary 11010101 1011111 11000110 0 110111 111 10000 100110100 111010 111100

Color Harmonies of #D55FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FC6

Black with #D55FC6

Text Example


Text Example

White with #D55FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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