Html Css Color HEX #D54798 Mulberry

📋 copy color: '#D54798'

red 213 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #D54798

Tints of Mulberry #D54798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.28%

 BLUE value IS 152 (59.77% from 255) = 34.86%

R = 48.85%
G = 16.28%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54798 (or 0xD54798) is known color: Mulberry. HEX triplet: D5, 47 and 98. RGB value is (213,71,152). Sum of RGB (Red+Green+Blue) = 213+71+152=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D54798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54798 is #2AB867. Grayscale: #7A7A7A. Windows color (decimal): -2799720 or 9979861. OLE color: 9979861.

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

Color convert

RGB 213 71 152 -
CMYK 0 0.67 0.29 0.16
HSL 325.77º 0.63% 0.56% -
HSV(B) 325.77º 0.67% 0.84% -
XYZ 35.36 20.92 31.88 -
YUV 122.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 213 71 152 0 0.67 0.29 0.16 325.77 0.63 0.56
Hex D5 47 98 0 43 1D 10 146 3F 38
Octal 325 107 230 0 103 35 20 506 77 70
Binary 11010101 1000111 10011000 0 1000011 11101 10000 101000110 111111 111000

Color Harmonies of #D54798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54798

Black with #D54798

Text Example


Text Example

White with #D54798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54798; }

 p { color: rgb(213,71,152); }

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

background-color css

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

 a { background-color: rgb(213,71,152); }

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

border-color css

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

 span { border-color: rgb(213,71,152); }

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