Html Css Color HEX #D551DD Free Speech Magenta

📋 copy color: '#D551DD'

red 213 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #D551DD

Tints of Free Speech Magenta #D551DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.73%

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

R = 41.36%
G = 15.73%
B = 42.91%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D551DD (or 0xD551DD) is known color: Free Speech Magenta. HEX triplet: D5, 51 and DD. RGB value is (213,81,221). Sum of RGB (Red+Green+Blue) = 213+81+221=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #D551DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551DD is #2AAE22. Grayscale: #888888. Windows color (decimal): -2797091 or 14504405. OLE color: 14504405.

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

Color convert

RGB 213 81 221 -
CMYK 0.04 0.63 0 0.13
HSL 296.57º 0.67% 0.59% -
HSV(B) 296.57º 0.63% 0.87% -
XYZ 43.43 25.25 70.99 -
YUV 136.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 213 81 221 0.04 0.63 0 0.13 296.57 0.67 0.59
Hex D5 51 DD 4 3F 0 D 129 43 3B
Octal 325 121 335 4 77 0 15 451 103 73
Binary 11010101 1010001 11011101 100 111111 0 1101 100101001 1000011 111011

Color Harmonies of #D551DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551DD

Black with #D551DD

Text Example


Text Example

White with #D551DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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