Html Css Color HEX #D5498A Mulberry

📋 copy color: '#D5498A'

red 213 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #D5498A

Tints of Mulberry #D5498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.22%

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 50.24%
G = 17.22%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5498A (or 0xD5498A) is known color: Mulberry. HEX triplet: D5, 49 and 8A. RGB value is (213,73,138). Sum of RGB (Red+Green+Blue) = 213+73+138=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5498A is #2AB675. Grayscale: #7A7A7A. Windows color (decimal): -2799222 or 9062869. OLE color: 9062869.

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

Color convert

RGB 213 73 138 -
CMYK 0 0.66 0.35 0.16
HSL 332.14º 0.63% 0.56% -
HSV(B) 332.14º 0.66% 0.84% -
XYZ 34.41 20.75 26.24 -
YUV 122.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 213 73 138 0 0.66 0.35 0.16 332.14 0.63 0.56
Hex D5 49 8A 0 42 23 10 14C 3E 38
Octal 325 111 212 0 102 43 20 514 76 70
Binary 11010101 1001001 10001010 0 1000010 100011 10000 101001100 111110 111000

Color Harmonies of #D5498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5498A

Black with #D5498A

Text Example


Text Example

White with #D5498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5498A; }

 p { color: rgb(213,73,138); }

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

background-color css

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

 a { background-color: rgb(213,73,138); }

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

border-color css

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

 span { border-color: rgb(213,73,138); }

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