Html Css Color HEX #D554DD Free Speech Magenta

📋 copy color: '#D554DD'

red 213 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #D554DD

Tints of Free Speech Magenta #D554DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 41.12%
G = 16.22%
B = 42.66%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D554DD (or 0xD554DD) is known color: Free Speech Magenta. HEX triplet: D5, 54 and DD. RGB value is (213,84,221). Sum of RGB (Red+Green+Blue) = 213+84+221=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D554DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554DD is #2AAB22. Grayscale: #898989. Windows color (decimal): -2796323 or 14505173. OLE color: 14505173.

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

Color convert

RGB 213 84 221 -
CMYK 0.04 0.62 0 0.13
HSL 296.5º 0.67% 0.6% -
HSV(B) 296.5º 0.62% 0.87% -
XYZ 43.66 25.71 71.07 -
YUV 138.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 213 84 221 0.04 0.62 0 0.13 296.5 0.67 0.6
Hex D5 54 DD 4 3E 0 D 128 43 3C
Octal 325 124 335 4 76 0 15 450 103 74
Binary 11010101 1010100 11011101 100 111110 0 1101 100101000 1000011 111100

Color Harmonies of #D554DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554DD

Black with #D554DD

Text Example


Text Example

White with #D554DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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