Html Css Color HEX #D34F97 Mulberry

📋 copy color: '#D34F97'

red 211 ◦ green 79 ◦ blue 151

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

Shades of Mulberry #D34F97

Tints of Mulberry #D34F97

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.91%

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

R = 47.85%
G = 17.91%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D34F97 (or 0xD34F97) is known color: Mulberry. HEX triplet: D3, 4F and 97. RGB value is (211,79,151). Sum of RGB (Red+Green+Blue) = 211+79+151=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34F97 is #2CB068. Grayscale: #7E7E7E. Windows color (decimal): -2928745 or 9916371. OLE color: 9916371.

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

Color convert

RGB 211 79 151 -
CMYK 0 0.63 0.28 0.17
HSL 327.27º 0.6% 0.57% -
HSV(B) 327.27º 0.63% 0.83% -
XYZ 35.25 21.68 31.6 -
YUV 126.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 211 79 151 0 0.63 0.28 0.17 327.27 0.6 0.57
Hex D3 4F 97 0 3F 1C 11 147 3C 39
Octal 323 117 227 0 77 34 21 507 74 71
Binary 11010011 1001111 10010111 0 111111 11100 10001 101000111 111100 111001

Color Harmonies of #D34F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F97

Black with #D34F97

Text Example


Text Example

White with #D34F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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