Html Css Color HEX #D34897 Mulberry

📋 copy color: '#D34897'

red 211 ◦ green 72 ◦ blue 151

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

Shades of Mulberry #D34897

Tints of Mulberry #D34897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 48.62%
G = 16.59%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D34897 (or 0xD34897) is known color: Mulberry. HEX triplet: D3, 48 and 97. RGB value is (211,72,151). Sum of RGB (Red+Green+Blue) = 211+72+151=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D34897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34897 is #2CB768. Grayscale: #7A7A7A. Windows color (decimal): -2930537 or 9914579. OLE color: 9914579.

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

Color convert

RGB 211 72 151 -
CMYK 0 0.66 0.28 0.17
HSL 325.9º 0.61% 0.55% -
HSV(B) 325.9º 0.66% 0.83% -
XYZ 34.77 20.72 31.44 -
YUV 122.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 211 72 151 0 0.66 0.28 0.17 325.9 0.61 0.55
Hex D3 48 97 0 42 1C 11 146 3D 37
Octal 323 110 227 0 102 34 21 506 75 67
Binary 11010011 1001000 10010111 0 1000010 11100 10001 101000110 111101 110111

Color Harmonies of #D34897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34897

Black with #D34897

Text Example


Text Example

White with #D34897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34897; }

 p { color: rgb(211,72,151); }

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

background-color css

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

 a { background-color: rgb(211,72,151); }

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

border-color css

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

 span { border-color: rgb(211,72,151); }

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