Html Css Color HEX #D45095 Mulberry

📋 copy color: '#D45095'

red 212 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #D45095

Tints of Mulberry #D45095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 48.07%
G = 18.14%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D45095 (or 0xD45095) is known color: Mulberry. HEX triplet: D4, 50 and 95. RGB value is (212,80,149). Sum of RGB (Red+Green+Blue) = 212+80+149=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D45095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45095 is #2BAF6A. Grayscale: #7F7F7F. Windows color (decimal): -2862955 or 9785556. OLE color: 9785556.

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

Color convert

RGB 212 80 149 -
CMYK 0 0.62 0.30 0.17
HSL 328.64º 0.61% 0.57% -
HSV(B) 328.64º 0.62% 0.83% -
XYZ 35.44 21.9 30.79 -
YUV 127.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 212 80 149 0 0.62 0.30 0.17 328.64 0.61 0.57
Hex D4 50 95 0 3E 1E 11 149 3D 39
Octal 324 120 225 0 76 36 21 511 75 71
Binary 11010100 1010000 10010101 0 111110 11110 10001 101001001 111101 111001

Color Harmonies of #D45095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45095

Black with #D45095

Text Example


Text Example

White with #D45095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45095; }

 p { color: rgb(212,80,149); }

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

background-color css

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

 a { background-color: rgb(212,80,149); }

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

border-color css

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

 span { border-color: rgb(212,80,149); }

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