Html Css Color HEX #D556DD Free Speech Magenta

📋 copy color: '#D556DD'

red 213 ◦ green 86 ◦ blue 221

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

Shades of Free Speech Magenta #D556DD

Tints of Free Speech Magenta #D556DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.54%

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

R = 40.96%
G = 16.54%
B = 42.5%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D556DD (or 0xD556DD) is known color: Free Speech Magenta. HEX triplet: D5, 56 and DD. RGB value is (213,86,221). Sum of RGB (Red+Green+Blue) = 213+86+221=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #D556DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556DD is #2AA922. Grayscale: #8A8A8A. Windows color (decimal): -2795811 or 14505685. OLE color: 14505685.

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

Color convert

RGB 213 86 221 -
CMYK 0.04 0.61 0 0.13
HSL 296.44º 0.67% 0.6% -
HSV(B) 296.44º 0.61% 0.87% -
XYZ 43.82 26.02 71.12 -
YUV 139.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 213 86 221 0.04 0.61 0 0.13 296.44 0.67 0.6
Hex D5 56 DD 4 3D 0 D 128 43 3C
Octal 325 126 335 4 75 0 15 450 103 74
Binary 11010101 1010110 11011101 100 111101 0 1101 100101000 1000011 111100

Color Harmonies of #D556DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D556DD

Black with #D556DD

Text Example


Text Example

White with #D556DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D556DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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