Html Css Color HEX #D45194 Mulberry

📋 copy color: '#D45194'

red 212 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #D45194

Tints of Mulberry #D45194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 48.07%
G = 18.37%
B = 33.56%

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

#D45194 (or 0xD45194) is known color: Mulberry. HEX triplet: D4, 51 and 94. RGB value is (212,81,148). Sum of RGB (Red+Green+Blue) = 212+81+148=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D45194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45194 is #2BAE6B. Grayscale: #7F7F7F. Windows color (decimal): -2862700 or 9720276. OLE color: 9720276.

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

Color convert

RGB 212 81 148 -
CMYK 0 0.62 0.30 0.17
HSL 329.31º 0.6% 0.57% -
HSV(B) 329.31º 0.62% 0.83% -
XYZ 35.44 22.02 30.4 -
YUV 127.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 212 81 148 0 0.62 0.30 0.17 329.31 0.6 0.57
Hex D4 51 94 0 3E 1E 11 149 3C 39
Octal 324 121 224 0 76 36 21 511 74 71
Binary 11010100 1010001 10010100 0 111110 11110 10001 101001001 111100 111001

Color Harmonies of #D45194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45194

Black with #D45194

Text Example


Text Example

White with #D45194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45194; }

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

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

background-color css

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

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

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

border-color css

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

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

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