Html Css Color HEX #D554A7 Mulberry

📋 copy color: '#D554A7'

red 213 ◦ green 84 ◦ blue 167

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

Shades of Mulberry #D554A7

Tints of Mulberry #D554A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 45.91%
G = 18.1%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D554A7 (or 0xD554A7) is known color: Mulberry. HEX triplet: D5, 54 and A7. RGB value is (213,84,167). Sum of RGB (Red+Green+Blue) = 213+84+167=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D554A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D554A7 is #2AAB58. Grayscale: #838383. Windows color (decimal): -2796377 or 10966229. OLE color: 10966229.

HSL color Cylindrical-coordinate representation of color #D554A7: hue angle of 321.4º 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 #D554A7 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 167 -
CMYK 0 0.61 0.22 0.16
HSL 321.4º 0.61% 0.58% -
HSV(B) 321.4º 0.61% 0.84% -
XYZ 37.59 23.28 39.07 -
YUV 132.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 213 84 167 0 0.61 0.22 0.16 321.4 0.61 0.58
Hex D5 54 A7 0 3D 16 10 141 3D 3A
Octal 325 124 247 0 75 26 20 501 75 72
Binary 11010101 1010100 10100111 0 111101 10110 10000 101000001 111101 111010

Color Harmonies of #D554A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554A7

Black with #D554A7

Text Example


Text Example

White with #D554A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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