Html Css Color HEX #D5499A Mulberry

📋 copy color: '#D5499A'

red 213 ◦ green 73 ◦ blue 154

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

Shades of Mulberry #D5499A

Tints of Mulberry #D5499A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35%

R = 48.41%
G = 16.59%
B = 35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5499A (or 0xD5499A) is known color: Mulberry. HEX triplet: D5, 49 and 9A. RGB value is (213,73,154). Sum of RGB (Red+Green+Blue) = 213+73+154=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5499A is #2AB665. Grayscale: #7B7B7B. Windows color (decimal): -2799206 or 10111445. OLE color: 10111445.

HSL color Cylindrical-coordinate representation of color #D5499A: hue angle of 325.29º 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 #D5499A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 154 -
CMYK 0 0.66 0.28 0.16
HSL 325.29º 0.63% 0.56% -
HSV(B) 325.29º 0.66% 0.84% -
XYZ 35.66 21.24 32.79 -
YUV 124.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 213 73 154 0 0.66 0.28 0.16 325.29 0.63 0.56
Hex D5 49 9A 0 42 1C 10 145 3E 38
Octal 325 111 232 0 102 34 20 505 76 70
Binary 11010101 1001001 10011010 0 1000010 11100 10000 101000101 111110 111000

Color Harmonies of #D5499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5499A

Black with #D5499A

Text Example


Text Example

White with #D5499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5499A; }

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

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

background-color css

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

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

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

border-color css

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

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

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