Html Css Color HEX #D554A8 Mulberry

📋 copy color: '#D554A8'

red 213 ◦ green 84 ◦ blue 168

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

Shades of Mulberry #D554A8

Tints of Mulberry #D554A8

RGB

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

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

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

R = 45.81%
G = 18.06%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D554A8 (or 0xD554A8) is known color: Mulberry. HEX triplet: D5, 54 and A8. RGB value is (213,84,168). Sum of RGB (Red+Green+Blue) = 213+84+168=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D554A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D554A8 is #2AAB57. Grayscale: #838383. Windows color (decimal): -2796376 or 11031765. OLE color: 11031765.

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

Color convert

RGB 213 84 168 -
CMYK 0 0.61 0.21 0.16
HSL 320.93º 0.61% 0.58% -
HSV(B) 320.93º 0.61% 0.84% -
XYZ 37.68 23.31 39.56 -
YUV 132.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 213 84 168 0 0.61 0.21 0.16 320.93 0.61 0.58
Hex D5 54 A8 0 3D 15 10 141 3D 3A
Octal 325 124 250 0 75 25 20 501 75 72
Binary 11010101 1010100 10101000 0 111101 10101 10000 101000001 111101 111010

Color Harmonies of #D554A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554A8

Black with #D554A8

Text Example


Text Example

White with #D554A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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