Html Css Color HEX #D5499E Mulberry

📋 copy color: '#D5499E'

red 213 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #D5499E

Tints of Mulberry #D5499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 47.97%
G = 16.44%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5499E (or 0xD5499E) is known color: Mulberry. HEX triplet: D5, 49 and 9E. RGB value is (213,73,158). Sum of RGB (Red+Green+Blue) = 213+73+158=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5499E is #2AB661. Grayscale: #7C7C7C. Windows color (decimal): -2799202 or 10373589. OLE color: 10373589.

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

Color convert

RGB 213 73 158 -
CMYK 0 0.66 0.26 0.16
HSL 323.57º 0.63% 0.56% -
HSV(B) 323.57º 0.66% 0.84% -
XYZ 35.99 21.38 34.58 -
YUV 124.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 213 73 158 0 0.66 0.26 0.16 323.57 0.63 0.56
Hex D5 49 9E 0 42 1A 10 144 3E 38
Octal 325 111 236 0 102 32 20 504 76 70
Binary 11010101 1001001 10011110 0 1000010 11010 10000 101000100 111110 111000

Color Harmonies of #D5499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5499E

Black with #D5499E

Text Example


Text Example

White with #D5499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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