Html Css Color HEX #D54F8A Mulberry

📋 copy color: '#D54F8A'

red 213 ◦ green 79 ◦ blue 138

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

Shades of Mulberry #D54F8A

Tints of Mulberry #D54F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 49.53%
G = 18.37%
B = 32.09%

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

#D54F8A (or 0xD54F8A) is known color: Mulberry. HEX triplet: D5, 4F and 8A. RGB value is (213,79,138). Sum of RGB (Red+Green+Blue) = 213+79+138=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F8A is #2AB075. Grayscale: #7D7D7D. Windows color (decimal): -2797686 or 9064405. OLE color: 9064405.

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

Color convert

RGB 213 79 138 -
CMYK 0 0.63 0.35 0.16
HSL 333.58º 0.61% 0.57% -
HSV(B) 333.58º 0.63% 0.84% -
XYZ 34.82 21.57 26.37 -
YUV 125.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 213 79 138 0 0.63 0.35 0.16 333.58 0.61 0.57
Hex D5 4F 8A 0 3F 23 10 14E 3D 39
Octal 325 117 212 0 77 43 20 516 75 71
Binary 11010101 1001111 10001010 0 111111 100011 10000 101001110 111101 111001

Color Harmonies of #D54F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F8A

Black with #D54F8A

Text Example


Text Example

White with #D54F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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