Html Css Color HEX #D4519A Mulberry

📋 copy color: '#D4519A'

red 212 ◦ green 81 ◦ blue 154

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

Shades of Mulberry #D4519A

Tints of Mulberry #D4519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 47.43%
G = 18.12%
B = 34.45%

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

#D4519A (or 0xD4519A) is known color: Mulberry. HEX triplet: D4, 51 and 9A. RGB value is (212,81,154). Sum of RGB (Red+Green+Blue) = 212+81+154=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4519A is #2BAE65. Grayscale: #808080. Windows color (decimal): -2862694 or 10113492. OLE color: 10113492.

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

Color convert

RGB 212 81 154 -
CMYK 0 0.62 0.27 0.17
HSL 326.56º 0.6% 0.57% -
HSV(B) 326.56º 0.62% 0.83% -
XYZ 35.93 22.22 32.97 -
YUV 128.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 212 81 154 0 0.62 0.27 0.17 326.56 0.6 0.57
Hex D4 51 9A 0 3E 1B 11 147 3C 39
Octal 324 121 232 0 76 33 21 507 74 71
Binary 11010100 1010001 10011010 0 111110 11011 10001 101000111 111100 111001

Color Harmonies of #D4519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4519A

Black with #D4519A

Text Example


Text Example

White with #D4519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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