Html Css Color HEX #D54A98 Mulberry

📋 copy color: '#D54A98'

red 213 ◦ green 74 ◦ blue 152

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

Shades of Mulberry #D54A98

Tints of Mulberry #D54A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

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

R = 48.52%
G = 16.86%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54A98 (or 0xD54A98) is known color: Mulberry. HEX triplet: D5, 4A and 98. RGB value is (213,74,152). Sum of RGB (Red+Green+Blue) = 213+74+152=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A98 is #2AB567. Grayscale: #7C7C7C. Windows color (decimal): -2798952 or 9980629. OLE color: 9980629.

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

Color convert

RGB 213 74 152 -
CMYK 0 0.65 0.29 0.16
HSL 326.33º 0.62% 0.56% -
HSV(B) 326.33º 0.65% 0.84% -
XYZ 35.56 21.31 31.95 -
YUV 124.45 143.55 191.16 -
System Red Green Blue C M Y K H S L
Decimal 213 74 152 0 0.65 0.29 0.16 326.33 0.62 0.56
Hex D5 4A 98 0 41 1D 10 146 3E 38
Octal 325 112 230 0 101 35 20 506 76 70
Binary 11010101 1001010 10011000 0 1000001 11101 10000 101000110 111110 111000

Color Harmonies of #D54A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A98

Black with #D54A98

Text Example


Text Example

White with #D54A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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