Html Css Color HEX #D34985 Mulberry

📋 copy color: '#D34985'

red 211 ◦ green 73 ◦ blue 133

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

Shades of Mulberry #D34985

Tints of Mulberry #D34985

RGB

 RED value IS 211 (82.81% from 255) = 50.6%

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 50.6%
G = 17.51%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D34985 (or 0xD34985) is known color: Mulberry. HEX triplet: D3, 49 and 85. RGB value is (211,73,133). Sum of RGB (Red+Green+Blue) = 211+73+133=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D34985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34985 is #2CB67A. Grayscale: #797979. Windows color (decimal): -2930299 or 8735187. OLE color: 8735187.

HSL color Cylindrical-coordinate representation of color #D34985: hue angle of 333.91º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34985 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 133 -
CMYK 0 0.65 0.37 0.17
HSL 333.91º 0.61% 0.56% -
HSV(B) 333.91º 0.65% 0.83% -
XYZ 33.48 20.31 24.35 -
YUV 121.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 211 73 133 0 0.65 0.37 0.17 333.91 0.61 0.56
Hex D3 49 85 0 41 25 11 14E 3D 38
Octal 323 111 205 0 101 45 21 516 75 70
Binary 11010011 1001001 10000101 0 1000001 100101 10001 101001110 111101 111000

Color Harmonies of #D34985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34985

Black with #D34985

Text Example


Text Example

White with #D34985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34985; }

 p { color: rgb(211,73,133); }

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

background-color css

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

 a { background-color: rgb(211,73,133); }

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

border-color css

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

 span { border-color: rgb(211,73,133); }

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