Html Css Color HEX #D54CA0 Mulberry

📋 copy color: '#D54CA0'

red 213 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #D54CA0

Tints of Mulberry #D54CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 47.44%
G = 16.93%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D54CA0 (or 0xD54CA0) is known color: Mulberry. HEX triplet: D5, 4C and A0. RGB value is (213,76,160). Sum of RGB (Red+Green+Blue) = 213+76+160=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CA0 is #2AB35F. Grayscale: #7E7E7E. Windows color (decimal): -2798432 or 10505429. OLE color: 10505429.

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

Color convert

RGB 213 76 160 -
CMYK 0 0.64 0.25 0.16
HSL 323.21º 0.62% 0.57% -
HSV(B) 323.21º 0.64% 0.84% -
XYZ 36.37 21.85 35.56 -
YUV 126.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 213 76 160 0 0.64 0.25 0.16 323.21 0.62 0.57
Hex D5 4C A0 0 40 19 10 143 3E 39
Octal 325 114 240 0 100 31 20 503 76 71
Binary 11010101 1001100 10100000 0 1000000 11001 10000 101000011 111110 111001

Color Harmonies of #D54CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CA0

Black with #D54CA0

Text Example


Text Example

White with #D54CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CA0; }

 p { color: rgb(213,76,160); }

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

background-color css

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

 a { background-color: rgb(213,76,160); }

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

border-color css

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

 span { border-color: rgb(213,76,160); }

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