Html Css Color HEX #D45190 Mulberry

📋 copy color: '#D45190'

red 212 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #D45190

Tints of Mulberry #D45190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 48.51%
G = 18.54%
B = 32.95%

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

#D45190 (or 0xD45190) is known color: Mulberry. HEX triplet: D4, 51 and 90. RGB value is (212,81,144). Sum of RGB (Red+Green+Blue) = 212+81+144=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D45190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45190 is #2BAE6F. Grayscale: #7F7F7F. Windows color (decimal): -2862704 or 9458132. OLE color: 9458132.

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

Color convert

RGB 212 81 144 -
CMYK 0 0.62 0.32 0.17
HSL 331.15º 0.6% 0.57% -
HSV(B) 331.15º 0.62% 0.83% -
XYZ 35.13 21.9 28.76 -
YUV 127.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 212 81 144 0 0.62 0.32 0.17 331.15 0.6 0.57
Hex D4 51 90 0 3E 20 11 14B 3C 39
Octal 324 121 220 0 76 40 21 513 74 71
Binary 11010100 1010001 10010000 0 111110 100000 10001 101001011 111100 111001

Color Harmonies of #D45190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45190

Black with #D45190

Text Example


Text Example

White with #D45190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45190; }

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

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

background-color css

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

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

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

border-color css

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

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

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