Html Css Color HEX #D54098 Mulberry

📋 copy color: '#D54098'

red 213 ◦ green 64 ◦ blue 152

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

Shades of Mulberry #D54098

Tints of Mulberry #D54098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

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

R = 49.65%
G = 14.92%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54098 (or 0xD54098) is known color: Mulberry. HEX triplet: D5, 40 and 98. RGB value is (213,64,152). Sum of RGB (Red+Green+Blue) = 213+64+152=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54098 is #2ABF67. Grayscale: #767676. Windows color (decimal): -2801512 or 9978069. OLE color: 9978069.

HSL color Cylindrical-coordinate representation of color #D54098: hue angle of 324.56º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54098 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 152 -
CMYK 0 0.70 0.29 0.16
HSL 324.56º 0.64% 0.54% -
HSV(B) 324.56º 0.7% 0.84% -
XYZ 34.94 20.08 31.74 -
YUV 118.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 213 64 152 0 0.70 0.29 0.16 324.56 0.64 0.54
Hex D5 40 98 0 46 1D 10 145 40 36
Octal 325 100 230 0 106 35 20 505 100 66
Binary 11010101 1000000 10011000 0 1000110 11101 10000 101000101 1000000 110110

Color Harmonies of #D54098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54098

Black with #D54098

Text Example


Text Example

White with #D54098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54098; }

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

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

background-color css

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

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

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

border-color css

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

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

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