Html Css Color HEX #D34D61 Mandy

📋 copy color: '#D34D61'

red 211 ◦ green 77 ◦ blue 97

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

Shades of Mandy #D34D61

Tints of Mandy #D34D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 54.81%
G = 20%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D34D61 (or 0xD34D61) is known color: Mandy. HEX triplet: D3, 4D and 61. RGB value is (211,77,97). Sum of RGB (Red+Green+Blue) = 211+77+97=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34D61 is #2CB29E. Grayscale: #777777. Windows color (decimal): -2929311 or 6376915. OLE color: 6376915.

HSL color Cylindrical-coordinate representation of color #D34D61: hue angle of 351.04º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34D61 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 77 97 -
CMYK 0 0.64 0.54 0.17
HSL 351.04º 0.6% 0.56% -
HSV(B) 351.04º 0.64% 0.83% -
XYZ 31.68 20.02 13.5 -
YUV 119.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 211 77 97 0 0.64 0.54 0.17 351.04 0.6 0.56
Hex D3 4D 61 0 40 36 11 15F 3C 38
Octal 323 115 141 0 100 66 21 537 74 70
Binary 11010011 1001101 1100001 0 1000000 110110 10001 101011111 111100 111000

Color Harmonies of #D34D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D61

Black with #D34D61

Text Example


Text Example

White with #D34D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D61; }

 p { color: rgb(211,77,97); }

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

background-color css

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

 a { background-color: rgb(211,77,97); }

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

border-color css

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

 span { border-color: rgb(211,77,97); }

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