Html Css Color HEX #D551A8 Mulberry

📋 copy color: '#D551A8'

red 213 ◦ green 81 ◦ blue 168

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

Shades of Mulberry #D551A8

Tints of Mulberry #D551A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 46.1%
G = 17.53%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D551A8 (or 0xD551A8) is known color: Mulberry. HEX triplet: D5, 51 and A8. RGB value is (213,81,168). Sum of RGB (Red+Green+Blue) = 213+81+168=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D551A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551A8 is #2AAE57. Grayscale: #828282. Windows color (decimal): -2797144 or 11030997. OLE color: 11030997.

HSL color Cylindrical-coordinate representation of color #D551A8: hue angle of 320.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551A8 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 168 -
CMYK 0 0.62 0.21 0.16
HSL 320.45º 0.61% 0.58% -
HSV(B) 320.45º 0.62% 0.84% -
XYZ 37.45 22.86 39.48 -
YUV 130.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 213 81 168 0 0.62 0.21 0.16 320.45 0.61 0.58
Hex D5 51 A8 0 3E 15 10 140 3D 3A
Octal 325 121 250 0 76 25 20 500 75 72
Binary 11010101 1010001 10101000 0 111110 10101 10000 101000000 111101 111010

Color Harmonies of #D551A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551A8

Black with #D551A8

Text Example


Text Example

White with #D551A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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