Html Css Color HEX #D554D8 Free Speech Magenta

📋 copy color: '#D554D8'

red 213 ◦ green 84 ◦ blue 216

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

Shades of Free Speech Magenta #D554D8

Tints of Free Speech Magenta #D554D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 41.52%
G = 16.37%
B = 42.11%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D554D8 (or 0xD554D8) is known color: Free Speech Magenta. HEX triplet: D5, 54 and D8. RGB value is (213,84,216). Sum of RGB (Red+Green+Blue) = 213+84+216=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #D554D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554D8 is #2AAB27. Grayscale: #898989. Windows color (decimal): -2796328 or 14177493. OLE color: 14177493.

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

Color convert

RGB 213 84 216 -
CMYK 0.01 0.61 0 0.15
HSL 298.64º 0.63% 0.59% -
HSV(B) 298.64º 0.61% 0.85% -
XYZ 43.01 25.44 67.61 -
YUV 137.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 213 84 216 0.01 0.61 0 0.15 298.64 0.63 0.59
Hex D5 54 D8 1 3D 0 F 12B 3F 3B
Octal 325 124 330 1 75 0 17 453 77 73
Binary 11010101 1010100 11011000 1 111101 0 1111 100101011 111111 111011

Color Harmonies of #D554D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554D8

Black with #D554D8

Text Example


Text Example

White with #D554D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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