Html Css Color HEX #D54F8D Mulberry

📋 copy color: '#D54F8D'

red 213 ◦ green 79 ◦ blue 141

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

Shades of Mulberry #D54F8D

Tints of Mulberry #D54F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 49.19%
G = 18.24%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D54F8D (or 0xD54F8D) is known color: Mulberry. HEX triplet: D5, 4F and 8D. RGB value is (213,79,141). Sum of RGB (Red+Green+Blue) = 213+79+141=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F8D is #2AB072. Grayscale: #7E7E7E. Windows color (decimal): -2797683 or 9261013. OLE color: 9261013.

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

Color convert

RGB 213 79 141 -
CMYK 0 0.63 0.34 0.16
HSL 332.24º 0.61% 0.57% -
HSV(B) 332.24º 0.63% 0.84% -
XYZ 35.04 21.66 27.53 -
YUV 126.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 213 79 141 0 0.63 0.34 0.16 332.24 0.61 0.57
Hex D5 4F 8D 0 3F 22 10 14C 3D 39
Octal 325 117 215 0 77 42 20 514 75 71
Binary 11010101 1001111 10001101 0 111111 100010 10000 101001100 111101 111001

Color Harmonies of #D54F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F8D

Black with #D54F8D

Text Example


Text Example

White with #D54F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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