Html Css Color HEX #D45896 Mulberry

📋 copy color: '#D45896'

red 212 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #D45896

Tints of Mulberry #D45896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 47.11%
G = 19.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D45896 (or 0xD45896) is known color: Mulberry. HEX triplet: D4, 58 and 96. RGB value is (212,88,150). Sum of RGB (Red+Green+Blue) = 212+88+150=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D45896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45896 is #2BA769. Grayscale: #848484. Windows color (decimal): -2860906 or 9853140. OLE color: 9853140.

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

Color convert

RGB 212 88 150 -
CMYK 0 0.58 0.29 0.17
HSL 330º 0.59% 0.59% -
HSV(B) 330º 0.58% 0.83% -
XYZ 36.15 23.18 31.42 -
YUV 132.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 212 88 150 0 0.58 0.29 0.17 330 0.59 0.59
Hex D4 58 96 0 3A 1D 11 14A 3B 3B
Octal 324 130 226 0 72 35 21 512 73 73
Binary 11010100 1011000 10010110 0 111010 11101 10001 101001010 111011 111011

Color Harmonies of #D45896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45896

Black with #D45896

Text Example


Text Example

White with #D45896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45896; }

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

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

background-color css

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

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

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

border-color css

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

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

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