Html Css Color HEX #D34891 Mulberry

📋 copy color: '#D34891'

red 211 ◦ green 72 ◦ blue 145

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

Shades of Mulberry #D34891

Tints of Mulberry #D34891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 49.3%
G = 16.82%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D34891 (or 0xD34891) is known color: Mulberry. HEX triplet: D3, 48 and 91. RGB value is (211,72,145). Sum of RGB (Red+Green+Blue) = 211+72+145=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D34891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34891 is #2CB76E. Grayscale: #797979. Windows color (decimal): -2930543 or 9521363. OLE color: 9521363.

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

Color convert

RGB 211 72 145 -
CMYK 0 0.66 0.31 0.17
HSL 328.49º 0.61% 0.55% -
HSV(B) 328.49º 0.66% 0.83% -
XYZ 34.29 20.53 28.94 -
YUV 121.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 211 72 145 0 0.66 0.31 0.17 328.49 0.61 0.55
Hex D3 48 91 0 42 1F 11 148 3D 37
Octal 323 110 221 0 102 37 21 510 75 67
Binary 11010011 1001000 10010001 0 1000010 11111 10001 101001000 111101 110111

Color Harmonies of #D34891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34891

Black with #D34891

Text Example


Text Example

White with #D34891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34891; }

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

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

background-color css

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

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

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

border-color css

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

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

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