Html Css Color HEX #D34F88 Mulberry

📋 copy color: '#D34F88'

red 211 ◦ green 79 ◦ blue 136

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

Shades of Mulberry #D34F88

Tints of Mulberry #D34F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 49.53%
G = 18.54%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D34F88 (or 0xD34F88) is known color: Mulberry. HEX triplet: D3, 4F and 88. RGB value is (211,79,136). Sum of RGB (Red+Green+Blue) = 211+79+136=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34F88 is #2CB077. Grayscale: #7C7C7C. Windows color (decimal): -2928760 or 8933331. OLE color: 8933331.

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

Color convert

RGB 211 79 136 -
CMYK 0 0.63 0.36 0.17
HSL 334.09º 0.6% 0.57% -
HSV(B) 334.09º 0.63% 0.83% -
XYZ 34.1 21.22 25.59 -
YUV 124.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 211 79 136 0 0.63 0.36 0.17 334.09 0.6 0.57
Hex D3 4F 88 0 3F 24 11 14E 3C 39
Octal 323 117 210 0 77 44 21 516 74 71
Binary 11010011 1001111 10001000 0 111111 100100 10001 101001110 111100 111001

Color Harmonies of #D34F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F88

Black with #D34F88

Text Example


Text Example

White with #D34F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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