Html Css Color HEX #D34399 Mulberry

📋 copy color: '#D34399'

red 211 ◦ green 67 ◦ blue 153

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

Shades of Mulberry #D34399

Tints of Mulberry #D34399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 48.96%
G = 15.55%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D34399 (or 0xD34399) is known color: Mulberry. HEX triplet: D3, 43 and 99. RGB value is (211,67,153). Sum of RGB (Red+Green+Blue) = 211+67+153=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D34399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34399 is #2CBC66. Grayscale: #777777. Windows color (decimal): -2931815 or 10044371. OLE color: 10044371.

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

Color convert

RGB 211 67 153 -
CMYK 0 0.68 0.27 0.17
HSL 324.17º 0.62% 0.55% -
HSV(B) 324.17º 0.68% 0.83% -
XYZ 34.62 20.16 32.2 -
YUV 119.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 211 67 153 0 0.68 0.27 0.17 324.17 0.62 0.55
Hex D3 43 99 0 44 1B 11 144 3E 37
Octal 323 103 231 0 104 33 21 504 76 67
Binary 11010011 1000011 10011001 0 1000100 11011 10001 101000100 111110 110111

Color Harmonies of #D34399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34399

Black with #D34399

Text Example


Text Example

White with #D34399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34399; }

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

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

background-color css

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

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

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

border-color css

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

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

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