Html Css Color HEX #D45096 Mulberry

📋 copy color: '#D45096'

red 212 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #D45096

Tints of Mulberry #D45096

RGB

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

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

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

R = 47.96%
G = 18.1%
B = 33.94%

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

#D45096 (or 0xD45096) is known color: Mulberry. HEX triplet: D4, 50 and 96. RGB value is (212,80,150). Sum of RGB (Red+Green+Blue) = 212+80+150=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D45096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45096 is #2BAF69. Grayscale: #7F7F7F. Windows color (decimal): -2862954 or 9851092. OLE color: 9851092.

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

Color convert

RGB 212 80 150 -
CMYK 0 0.62 0.29 0.17
HSL 328.18º 0.61% 0.57% -
HSV(B) 328.18º 0.62% 0.83% -
XYZ 35.53 21.94 31.22 -
YUV 127.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 212 80 150 0 0.62 0.29 0.17 328.18 0.61 0.57
Hex D4 50 96 0 3E 1D 11 148 3D 39
Octal 324 120 226 0 76 35 21 510 75 71
Binary 11010100 1010000 10010110 0 111110 11101 10001 101001000 111101 111001

Color Harmonies of #D45096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45096

Black with #D45096

Text Example


Text Example

White with #D45096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45096; }

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

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

background-color css

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

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

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

border-color css

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

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

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