Html Css Color HEX #D34191 Mulberry

📋 copy color: '#D34191'

red 211 ◦ green 65 ◦ blue 145

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

Shades of Mulberry #D34191

Tints of Mulberry #D34191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

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

R = 50.12%
G = 15.44%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D34191 (or 0xD34191) is known color: Mulberry. HEX triplet: D3, 41 and 91. RGB value is (211,65,145). Sum of RGB (Red+Green+Blue) = 211+65+145=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D34191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34191 is #2CBE6E. Grayscale: #757575. Windows color (decimal): -2932335 or 9519571. OLE color: 9519571.

HSL color Cylindrical-coordinate representation of color #D34191: hue angle of 327.12º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34191 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 65 145 -
CMYK 0 0.69 0.31 0.17
HSL 327.12º 0.62% 0.54% -
HSV(B) 327.12º 0.69% 0.83% -
XYZ 33.87 19.67 28.8 -
YUV 117.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 211 65 145 0 0.69 0.31 0.17 327.12 0.62 0.54
Hex D3 41 91 0 45 1F 11 147 3E 36
Octal 323 101 221 0 105 37 21 507 76 66
Binary 11010011 1000001 10010001 0 1000101 11111 10001 101000111 111110 110110

Color Harmonies of #D34191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34191

Black with #D34191

Text Example


Text Example

White with #D34191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34191; }

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

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

background-color css

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

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

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

border-color css

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

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

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