Html Css Color HEX #D4528F Mulberry

📋 copy color: '#D4528F'

red 212 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #D4528F

Tints of Mulberry #D4528F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 48.51%
G = 18.76%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4528F (or 0xD4528F) is known color: Mulberry. HEX triplet: D4, 52 and 8F. RGB value is (212,82,143). Sum of RGB (Red+Green+Blue) = 212+82+143=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4528F is #2BAD70. Grayscale: #7F7F7F. Windows color (decimal): -2862449 or 9392852. OLE color: 9392852.

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

Color convert

RGB 212 82 143 -
CMYK 0 0.61 0.33 0.17
HSL 331.85º 0.6% 0.58% -
HSV(B) 331.85º 0.61% 0.83% -
XYZ 35.13 22.01 28.38 -
YUV 127.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 212 82 143 0 0.61 0.33 0.17 331.85 0.6 0.58
Hex D4 52 8F 0 3D 21 11 14C 3C 3A
Octal 324 122 217 0 75 41 21 514 74 72
Binary 11010100 1010010 10001111 0 111101 100001 10001 101001100 111100 111010

Color Harmonies of #D4528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4528F

Black with #D4528F

Text Example


Text Example

White with #D4528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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