Html Css Color HEX #D54598 Mulberry

📋 copy color: '#D54598'

red 213 ◦ green 69 ◦ blue 152

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

Shades of Mulberry #D54598

Tints of Mulberry #D54598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.9%

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

R = 49.08%
G = 15.9%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54598 (or 0xD54598) is known color: Mulberry. HEX triplet: D5, 45 and 98. RGB value is (213,69,152). Sum of RGB (Red+Green+Blue) = 213+69+152=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54598 is #2ABA67. Grayscale: #797979. Windows color (decimal): -2800232 or 9979349. OLE color: 9979349.

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

Color convert

RGB 213 69 152 -
CMYK 0 0.68 0.29 0.16
HSL 325.42º 0.63% 0.55% -
HSV(B) 325.42º 0.68% 0.84% -
XYZ 35.24 20.67 31.84 -
YUV 121.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 213 69 152 0 0.68 0.29 0.16 325.42 0.63 0.55
Hex D5 45 98 0 44 1D 10 145 3F 37
Octal 325 105 230 0 104 35 20 505 77 67
Binary 11010101 1000101 10011000 0 1000100 11101 10000 101000101 111111 110111

Color Harmonies of #D54598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54598

Black with #D54598

Text Example


Text Example

White with #D54598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54598; }

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

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

background-color css

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

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

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

border-color css

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

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

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