Html Css Color HEX #D34388 Mulberry

📋 copy color: '#D34388'

red 211 ◦ green 67 ◦ blue 136

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

Shades of Mulberry #D34388

Tints of Mulberry #D34388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.18%

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

R = 50.97%
G = 16.18%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D34388 (or 0xD34388) is known color: Mulberry. HEX triplet: D3, 43 and 88. RGB value is (211,67,136). Sum of RGB (Red+Green+Blue) = 211+67+136=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D34388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34388 is #2CBC77. Grayscale: #757575. Windows color (decimal): -2931832 or 8930259. OLE color: 8930259.

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

Color convert

RGB 211 67 136 -
CMYK 0 0.68 0.36 0.17
HSL 331.25º 0.62% 0.55% -
HSV(B) 331.25º 0.68% 0.83% -
XYZ 33.32 19.64 25.33 -
YUV 117.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 211 67 136 0 0.68 0.36 0.17 331.25 0.62 0.55
Hex D3 43 88 0 44 24 11 14B 3E 37
Octal 323 103 210 0 104 44 21 513 76 67
Binary 11010011 1000011 10001000 0 1000100 100100 10001 101001011 111110 110111

Color Harmonies of #D34388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34388

Black with #D34388

Text Example


Text Example

White with #D34388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34388; }

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

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

background-color css

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

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

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

border-color css

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

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

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