Html Css Color HEX #D45196 Mulberry

📋 copy color: '#D45196'

red 212 ◦ green 81 ◦ blue 150

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

Shades of Mulberry #D45196

Tints of Mulberry #D45196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 47.86%
G = 18.28%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D45196 (or 0xD45196) is known color: Mulberry. HEX triplet: D4, 51 and 96. RGB value is (212,81,150). Sum of RGB (Red+Green+Blue) = 212+81+150=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D45196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45196 is #2BAE69. Grayscale: #7F7F7F. Windows color (decimal): -2862698 or 9851348. OLE color: 9851348.

HSL color Cylindrical-coordinate representation of color #D45196: hue angle of 328.4º 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 #D45196 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 150 -
CMYK 0 0.62 0.29 0.17
HSL 328.4º 0.6% 0.57% -
HSV(B) 328.4º 0.62% 0.83% -
XYZ 35.6 22.08 31.24 -
YUV 128.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 212 81 150 0 0.62 0.29 0.17 328.4 0.6 0.57
Hex D4 51 96 0 3E 1D 11 148 3C 39
Octal 324 121 226 0 76 35 21 510 74 71
Binary 11010100 1010001 10010110 0 111110 11101 10001 101001000 111100 111001

Color Harmonies of #D45196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45196

Black with #D45196

Text Example


Text Example

White with #D45196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45196; }

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

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

background-color css

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

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

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

border-color css

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

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

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