Html Css Color HEX #D34290 Mulberry

📋 copy color: '#D34290'

red 211 ◦ green 66 ◦ blue 144

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

Shades of Mulberry #D34290

Tints of Mulberry #D34290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 50.12%
G = 15.68%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D34290 (or 0xD34290) is known color: Mulberry. HEX triplet: D3, 42 and 90. RGB value is (211,66,144). Sum of RGB (Red+Green+Blue) = 211+66+144=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D34290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34290 is #2CBD6F. Grayscale: #767676. Windows color (decimal): -2932080 or 9454291. OLE color: 9454291.

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

Color convert

RGB 211 66 144 -
CMYK 0 0.69 0.32 0.17
HSL 327.72º 0.62% 0.54% -
HSV(B) 327.72º 0.69% 0.83% -
XYZ 33.85 19.76 28.42 -
YUV 118.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 211 66 144 0 0.69 0.32 0.17 327.72 0.62 0.54
Hex D3 42 90 0 45 20 11 148 3E 36
Octal 323 102 220 0 105 40 21 510 76 66
Binary 11010011 1000010 10010000 0 1000101 100000 10001 101001000 111110 110110

Color Harmonies of #D34290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34290

Black with #D34290

Text Example


Text Example

White with #D34290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34290; }

 p { color: rgb(211,66,144); }

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

background-color css

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

 a { background-color: rgb(211,66,144); }

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

border-color css

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

 span { border-color: rgb(211,66,144); }

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