Html Css Color HEX #D54F8B Mulberry

📋 copy color: '#D54F8B'

red 213 ◦ green 79 ◦ blue 139

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

Shades of Mulberry #D54F8B

Tints of Mulberry #D54F8B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 49.42%
G = 18.33%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D54F8B (or 0xD54F8B) is known color: Mulberry. HEX triplet: D5, 4F and 8B. RGB value is (213,79,139). Sum of RGB (Red+Green+Blue) = 213+79+139=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F8B is #2AB074. Grayscale: #7D7D7D. Windows color (decimal): -2797685 or 9129941. OLE color: 9129941.

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

Color convert

RGB 213 79 139 -
CMYK 0 0.63 0.35 0.16
HSL 333.13º 0.61% 0.57% -
HSV(B) 333.13º 0.63% 0.84% -
XYZ 34.9 21.6 26.76 -
YUV 125.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 213 79 139 0 0.63 0.35 0.16 333.13 0.61 0.57
Hex D5 4F 8B 0 3F 23 10 14D 3D 39
Octal 325 117 213 0 77 43 20 515 75 71
Binary 11010101 1001111 10001011 0 111111 100011 10000 101001101 111101 111001

Color Harmonies of #D54F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F8B

Black with #D54F8B

Text Example


Text Example

White with #D54F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F8B; }

 p { color: rgb(213,79,139); }

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

background-color css

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

 a { background-color: rgb(213,79,139); }

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

border-color css

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

 span { border-color: rgb(213,79,139); }

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