Html Css Color HEX #D4519B Mulberry

📋 copy color: '#D4519B'

red 212 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #D4519B

Tints of Mulberry #D4519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 47.32%
G = 18.08%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4519B (or 0xD4519B) is known color: Mulberry. HEX triplet: D4, 51 and 9B. RGB value is (212,81,155). Sum of RGB (Red+Green+Blue) = 212+81+155=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4519B is #2BAE64. Grayscale: #808080. Windows color (decimal): -2862693 or 10179028. OLE color: 10179028.

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

Color convert

RGB 212 81 155 -
CMYK 0 0.62 0.27 0.17
HSL 326.11º 0.6% 0.57% -
HSV(B) 326.11º 0.62% 0.83% -
XYZ 36.01 22.25 33.41 -
YUV 128.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 212 81 155 0 0.62 0.27 0.17 326.11 0.6 0.57
Hex D4 51 9B 0 3E 1B 11 146 3C 39
Octal 324 121 233 0 76 33 21 506 74 71
Binary 11010100 1010001 10011011 0 111110 11011 10001 101000110 111100 111001

Color Harmonies of #D4519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4519B

Black with #D4519B

Text Example


Text Example

White with #D4519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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