Html Css Color HEX #D34249 Mandy

📋 copy color: '#D34249'

red 211 ◦ green 66 ◦ blue 73

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

Shades of Mandy #D34249

Tints of Mandy #D34249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 60.29%
G = 18.86%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D34249 (or 0xD34249) is known color: Mandy. HEX triplet: D3, 42 and 49. RGB value is (211,66,73). Sum of RGB (Red+Green+Blue) = 211+66+73=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D34249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34249 is #2CBDB6. Grayscale: #6E6E6E. Windows color (decimal): -2932151 or 4801235. OLE color: 4801235.

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

Color convert

RGB 211 66 73 -
CMYK 0 0.69 0.65 0.17
HSL 357.1º 0.62% 0.54% -
HSV(B) 357.1º 0.69% 0.83% -
XYZ 30.01 18.23 8.24 -
YUV 110.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 211 66 73 0 0.69 0.65 0.17 357.1 0.62 0.54
Hex D3 42 49 0 45 41 11 165 3E 36
Octal 323 102 111 0 105 101 21 545 76 66
Binary 11010011 1000010 1001001 0 1000101 1000001 10001 101100101 111110 110110

Color Harmonies of #D34249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34249

Black with #D34249

Text Example


Text Example

White with #D34249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34249; }

 p { color: rgb(211,66,73); }

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

background-color css

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

 a { background-color: rgb(211,66,73); }

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

border-color css

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

 span { border-color: rgb(211,66,73); }

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