Html Css Color HEX #D554ED Free Speech Magenta

📋 copy color: '#D554ED'

red 213 ◦ green 84 ◦ blue 237

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

Shades of Free Speech Magenta #D554ED

Tints of Free Speech Magenta #D554ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 39.89%
G = 15.73%
B = 44.38%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D554ED (or 0xD554ED) is known color: Free Speech Magenta. HEX triplet: D5, 54 and ED. RGB value is (213,84,237). Sum of RGB (Red+Green+Blue) = 213+84+237=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #D554ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554ED is #2AAB12. Grayscale: #8B8B8B. Windows color (decimal): -2796307 or 15553749. OLE color: 15553749.

HSL color Cylindrical-coordinate representation of color #D554ED: hue angle of 290.59º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D554ED is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 84 237 -
CMYK 0.10 0.65 0 0.07
HSL 290.59º 0.81% 0.63% -
HSV(B) 290.59º 0.65% 0.93% -
XYZ 45.9 26.6 82.84 -
YUV 140.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 213 84 237 0.10 0.65 0 0.07 290.59 0.81 0.63
Hex D5 54 ED A 41 0 7 123 51 3F
Octal 325 124 355 12 101 0 7 443 121 77
Binary 11010101 1010100 11101101 1010 1000001 0 111 100100011 1010001 111111

Color Harmonies of #D554ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554ED

Black with #D554ED

Text Example


Text Example

White with #D554ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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