Html Css Color HEX #D45191 Mulberry

📋 copy color: '#D45191'

red 212 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #D45191

Tints of Mulberry #D45191

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

 GREEN value IS 81 (32.03% from 255) = 18.49%

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 48.4%
G = 18.49%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D45191 (or 0xD45191) is known color: Mulberry. HEX triplet: D4, 51 and 91. RGB value is (212,81,145). Sum of RGB (Red+Green+Blue) = 212+81+145=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D45191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45191 is #2BAE6E. Grayscale: #7F7F7F. Windows color (decimal): -2862703 or 9523668. OLE color: 9523668.

HSL color Cylindrical-coordinate representation of color #D45191: hue angle of 330.69º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45191 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 145 -
CMYK 0 0.62 0.32 0.17
HSL 330.69º 0.6% 0.57% -
HSV(B) 330.69º 0.62% 0.83% -
XYZ 35.2 21.93 29.16 -
YUV 127.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 212 81 145 0 0.62 0.32 0.17 330.69 0.6 0.57
Hex D4 51 91 0 3E 20 11 14B 3C 39
Octal 324 121 221 0 76 40 21 513 74 71
Binary 11010100 1010001 10010001 0 111110 100000 10001 101001011 111100 111001

Color Harmonies of #D45191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45191

Black with #D45191

Text Example


Text Example

White with #D45191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45191; }

 p { color: rgb(212,81,145); }

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

background-color css

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

 a { background-color: rgb(212,81,145); }

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

border-color css

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

 span { border-color: rgb(212,81,145); }

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