Html Css Color HEX #D34C51 Mandy

📋 copy color: '#D34C51'

red 211 ◦ green 76 ◦ blue 81

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

Shades of Mandy #D34C51

Tints of Mandy #D34C51

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 57.34%
G = 20.65%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D34C51 (or 0xD34C51) is known color: Mandy. HEX triplet: D3, 4C and 51. RGB value is (211,76,81). Sum of RGB (Red+Green+Blue) = 211+76+81=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34C51 is #2CB3AE. Grayscale: #757575. Windows color (decimal): -2929583 or 5328083. OLE color: 5328083.

HSL color Cylindrical-coordinate representation of color #D34C51: hue angle of 357.78º degrees, saturation: 0.61, 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 #D34C51 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 76 81 -
CMYK 0 0.64 0.62 0.17
HSL 357.78º 0.61% 0.56% -
HSV(B) 357.78º 0.64% 0.83% -
XYZ 30.93 19.61 9.94 -
YUV 116.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 211 76 81 0 0.64 0.62 0.17 357.78 0.61 0.56
Hex D3 4C 51 0 40 3E 11 166 3D 38
Octal 323 114 121 0 100 76 21 546 75 70
Binary 11010011 1001100 1010001 0 1000000 111110 10001 101100110 111101 111000

Color Harmonies of #D34C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C51

Black with #D34C51

Text Example


Text Example

White with #D34C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C51; }

 p { color: rgb(211,76,81); }

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

background-color css

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

 a { background-color: rgb(211,76,81); }

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

border-color css

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

 span { border-color: rgb(211,76,81); }

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