Html Css Color HEX #D34850 Mandy

📋 copy color: '#D34850'

red 211 ◦ green 72 ◦ blue 80

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

Shades of Mandy #D34850

Tints of Mandy #D34850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 58.13%
G = 19.83%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D34850 (or 0xD34850) is known color: Mandy. HEX triplet: D3, 48 and 50. RGB value is (211,72,80). Sum of RGB (Red+Green+Blue) = 211+72+80=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D34850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34850 is #2CB7AF. Grayscale: #727272. Windows color (decimal): -2930608 or 5261523. OLE color: 5261523.

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

Color convert

RGB 211 72 80 -
CMYK 0 0.66 0.62 0.17
HSL 356.55º 0.61% 0.55% -
HSV(B) 356.55º 0.66% 0.83% -
XYZ 30.63 19.06 9.65 -
YUV 114.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 211 72 80 0 0.66 0.62 0.17 356.55 0.61 0.55
Hex D3 48 50 0 42 3E 11 165 3D 37
Octal 323 110 120 0 102 76 21 545 75 67
Binary 11010011 1001000 1010000 0 1000010 111110 10001 101100101 111101 110111

Color Harmonies of #D34850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34850

Black with #D34850

Text Example


Text Example

White with #D34850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34850; }

 p { color: rgb(211,72,80); }

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

background-color css

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

 a { background-color: rgb(211,72,80); }

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

border-color css

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

 span { border-color: rgb(211,72,80); }

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