Html Css Color HEX #D4519D Mulberry

📋 copy color: '#D4519D'

red 212 ◦ green 81 ◦ blue 157

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

Shades of Mulberry #D4519D

Tints of Mulberry #D4519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 47.11%
G = 18%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4519D (or 0xD4519D) is known color: Mulberry. HEX triplet: D4, 51 and 9D. RGB value is (212,81,157). Sum of RGB (Red+Green+Blue) = 212+81+157=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4519D is #2BAE62. Grayscale: #808080. Windows color (decimal): -2862691 or 10310100. OLE color: 10310100.

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

Color convert

RGB 212 81 157 -
CMYK 0 0.62 0.26 0.17
HSL 325.19º 0.6% 0.57% -
HSV(B) 325.19º 0.62% 0.83% -
XYZ 36.18 22.32 34.3 -
YUV 128.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 212 81 157 0 0.62 0.26 0.17 325.19 0.6 0.57
Hex D4 51 9D 0 3E 1A 11 145 3C 39
Octal 324 121 235 0 76 32 21 505 74 71
Binary 11010100 1010001 10011101 0 111110 11010 10001 101000101 111100 111001

Color Harmonies of #D4519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4519D

Black with #D4519D

Text Example


Text Example

White with #D4519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4519D; }

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

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

background-color css

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

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

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

border-color css

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

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

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