Html Css Color HEX #D554E1 Free Speech Magenta

📋 copy color: '#D554E1'

red 213 ◦ green 84 ◦ blue 225

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

Shades of Free Speech Magenta #D554E1

Tints of Free Speech Magenta #D554E1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.09%

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 40.8%
G = 16.09%
B = 43.1%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D554E1 (or 0xD554E1) is known color: Free Speech Magenta. HEX triplet: D5, 54 and E1. RGB value is (213,84,225). Sum of RGB (Red+Green+Blue) = 213+84+225=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #D554E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554E1 is #2AAB1E. Grayscale: #8A8A8A. Windows color (decimal): -2796319 or 14767317. OLE color: 14767317.

HSL color Cylindrical-coordinate representation of color #D554E1: hue angle of 294.89º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D554E1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 84 225 -
CMYK 0.05 0.63 0 0.12
HSL 294.89º 0.7% 0.61% -
HSV(B) 294.89º 0.63% 0.88% -
XYZ 44.2 25.92 73.91 -
YUV 138.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 213 84 225 0.05 0.63 0 0.12 294.89 0.7 0.61
Hex D5 54 E1 5 3F 0 C 127 46 3D
Octal 325 124 341 5 77 0 14 447 106 75
Binary 11010101 1010100 11100001 101 111111 0 1100 100100111 1000110 111101

Color Harmonies of #D554E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554E1

Black with #D554E1

Text Example


Text Example

White with #D554E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554E1; }

 p { color: rgb(213,84,225); }

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

background-color css

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

 a { background-color: rgb(213,84,225); }

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

border-color css

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

 span { border-color: rgb(213,84,225); }

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