Html Css Color HEX #D45392 Mulberry

📋 copy color: '#D45392'

red 212 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #D45392

Tints of Mulberry #D45392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.82%

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 48.07%
G = 18.82%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D45392 (or 0xD45392) is known color: Mulberry. HEX triplet: D4, 53 and 92. RGB value is (212,83,146). Sum of RGB (Red+Green+Blue) = 212+83+146=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D45392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45392 is #2BAC6D. Grayscale: #808080. Windows color (decimal): -2862190 or 9589716. OLE color: 9589716.

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

Color convert

RGB 212 83 146 -
CMYK 0 0.61 0.31 0.17
HSL 330.7º 0.6% 0.58% -
HSV(B) 330.7º 0.61% 0.83% -
XYZ 35.43 22.26 29.62 -
YUV 128.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 212 83 146 0 0.61 0.31 0.17 330.7 0.6 0.58
Hex D4 53 92 0 3D 1F 11 14B 3C 3A
Octal 324 123 222 0 75 37 21 513 74 72
Binary 11010100 1010011 10010010 0 111101 11111 10001 101001011 111100 111010

Color Harmonies of #D45392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45392

Black with #D45392

Text Example


Text Example

White with #D45392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45392; }

 p { color: rgb(212,83,146); }

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

background-color css

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

 a { background-color: rgb(212,83,146); }

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

border-color css

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

 span { border-color: rgb(212,83,146); }

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