Html Css Color HEX #D54A99 Mulberry

📋 copy color: '#D54A99'

red 213 ◦ green 74 ◦ blue 153

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

Shades of Mulberry #D54A99

Tints of Mulberry #D54A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 48.41%
G = 16.82%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D54A99 (or 0xD54A99) is known color: Mulberry. HEX triplet: D5, 4A and 99. RGB value is (213,74,153). Sum of RGB (Red+Green+Blue) = 213+74+153=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A99 is #2AB566. Grayscale: #7C7C7C. Windows color (decimal): -2798951 or 10046165. OLE color: 10046165.

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

Color convert

RGB 213 74 153 -
CMYK 0 0.65 0.28 0.16
HSL 325.9º 0.62% 0.56% -
HSV(B) 325.9º 0.65% 0.84% -
XYZ 35.64 21.34 32.38 -
YUV 124.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 213 74 153 0 0.65 0.28 0.16 325.9 0.62 0.56
Hex D5 4A 99 0 41 1C 10 146 3E 38
Octal 325 112 231 0 101 34 20 506 76 70
Binary 11010101 1001010 10011001 0 1000001 11100 10000 101000110 111110 111000

Color Harmonies of #D54A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A99

Black with #D54A99

Text Example


Text Example

White with #D54A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A99; }

 p { color: rgb(213,74,153); }

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

background-color css

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

 a { background-color: rgb(213,74,153); }

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

border-color css

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

 span { border-color: rgb(213,74,153); }

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