Html Css Color HEX #D34197 Mulberry

📋 copy color: '#D34197'

red 211 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #D34197

Tints of Mulberry #D34197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 49.41%
G = 15.22%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D34197 (or 0xD34197) is known color: Mulberry. HEX triplet: D3, 41 and 97. RGB value is (211,65,151). Sum of RGB (Red+Green+Blue) = 211+65+151=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D34197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34197 is #2CBE68. Grayscale: #767676. Windows color (decimal): -2932329 or 9912787. OLE color: 9912787.

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

Color convert

RGB 211 65 151 -
CMYK 0 0.69 0.28 0.17
HSL 324.66º 0.62% 0.54% -
HSV(B) 324.66º 0.69% 0.83% -
XYZ 34.34 19.86 31.3 -
YUV 118.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 211 65 151 0 0.69 0.28 0.17 324.66 0.62 0.54
Hex D3 41 97 0 45 1C 11 145 3E 36
Octal 323 101 227 0 105 34 21 505 76 66
Binary 11010011 1000001 10010111 0 1000101 11100 10001 101000101 111110 110110

Color Harmonies of #D34197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34197

Black with #D34197

Text Example


Text Example

White with #D34197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34197; }

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

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

background-color css

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

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

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

border-color css

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

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

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