Html Css Color HEX #D55EDA Free Speech Magenta

📋 copy color: '#D55EDA'

red 213 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #D55EDA

Tints of Free Speech Magenta #D55EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 40.57%
G = 17.9%
B = 41.52%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D55EDA (or 0xD55EDA) is known color: Free Speech Magenta. HEX triplet: D5, 5E and DA. RGB value is (213,94,218). Sum of RGB (Red+Green+Blue) = 213+94+218=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D55EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EDA is #2AA125. Grayscale: #8F8F8F. Windows color (decimal): -2793766 or 14311125. OLE color: 14311125.

HSL color Cylindrical-coordinate representation of color #D55EDA: hue angle of 297.58º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55EDA is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 94 218 -
CMYK 0.02 0.57 0 0.15
HSL 297.58º 0.63% 0.61% -
HSV(B) 297.58º 0.57% 0.85% -
XYZ 44.1 27.21 69.26 -
YUV 143.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 213 94 218 0.02 0.57 0 0.15 297.58 0.63 0.61
Hex D5 5E DA 2 39 0 F 12A 3F 3D
Octal 325 136 332 2 71 0 17 452 77 75
Binary 11010101 1011110 11011010 10 111001 0 1111 100101010 111111 111101

Color Harmonies of #D55EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EDA

Black with #D55EDA

Text Example


Text Example

White with #D55EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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