Html Css Color HEX #D4529A Mulberry

📋 copy color: '#D4529A'

red 212 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #D4529A

Tints of Mulberry #D4529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

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

R = 47.32%
G = 18.3%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4529A (or 0xD4529A) is known color: Mulberry. HEX triplet: D4, 52 and 9A. RGB value is (212,82,154). Sum of RGB (Red+Green+Blue) = 212+82+154=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4529A is #2BAD65. Grayscale: #808080. Windows color (decimal): -2862438 or 10113748. OLE color: 10113748.

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

Color convert

RGB 212 82 154 -
CMYK 0 0.61 0.27 0.17
HSL 326.77º 0.6% 0.58% -
HSV(B) 326.77º 0.61% 0.83% -
XYZ 36 22.36 32.99 -
YUV 129.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 212 82 154 0 0.61 0.27 0.17 326.77 0.6 0.58
Hex D4 52 9A 0 3D 1B 11 147 3C 3A
Octal 324 122 232 0 75 33 21 507 74 72
Binary 11010100 1010010 10011010 0 111101 11011 10001 101000111 111100 111010

Color Harmonies of #D4529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4529A

Black with #D4529A

Text Example


Text Example

White with #D4529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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