Html Css Color HEX #D55EDF Free Speech Magenta

📋 copy color: '#D55EDF'

red 213 ◦ green 94 ◦ blue 223

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

Shades of Free Speech Magenta #D55EDF

Tints of Free Speech Magenta #D55EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.74%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 40.19%
G = 17.74%
B = 42.08%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D55EDF (or 0xD55EDF) is known color: Free Speech Magenta. HEX triplet: D5, 5E and DF. RGB value is (213,94,223). Sum of RGB (Red+Green+Blue) = 213+94+223=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #D55EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EDF is #2AA120. Grayscale: #8F8F8F. Windows color (decimal): -2793761 or 14638805. OLE color: 14638805.

HSL color Cylindrical-coordinate representation of color #D55EDF: hue angle of 295.35º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55EDF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 94 223 -
CMYK 0.04 0.58 0 0.13
HSL 295.35º 0.67% 0.62% -
HSV(B) 295.35º 0.58% 0.87% -
XYZ 44.76 27.48 72.76 -
YUV 144.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 213 94 223 0.04 0.58 0 0.13 295.35 0.67 0.62
Hex D5 5E DF 4 3A 0 D 127 43 3E
Octal 325 136 337 4 72 0 15 447 103 76
Binary 11010101 1011110 11011111 100 111010 0 1101 100100111 1000011 111110

Color Harmonies of #D55EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EDF

Black with #D55EDF

Text Example


Text Example

White with #D55EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EDF; }

 p { color: rgb(213,94,223); }

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

background-color css

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

 a { background-color: rgb(213,94,223); }

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

border-color css

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

 span { border-color: rgb(213,94,223); }

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