Html Css Color HEX #D34149 Mandy

📋 copy color: '#D34149'

red 211 ◦ green 65 ◦ blue 73

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

Shades of Mandy #D34149

Tints of Mandy #D34149

RGB

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

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

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

R = 60.46%
G = 18.62%
B = 20.92%

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

#D34149 (or 0xD34149) is known color: Mandy. HEX triplet: D3, 41 and 49. RGB value is (211,65,73). Sum of RGB (Red+Green+Blue) = 211+65+73=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D34149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34149 is #2CBEB6. Grayscale: #6D6D6D. Windows color (decimal): -2932407 or 4800979. OLE color: 4800979.

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

Color convert

RGB 211 65 73 -
CMYK 0 0.69 0.65 0.17
HSL 356.71º 0.62% 0.54% -
HSV(B) 356.71º 0.69% 0.83% -
XYZ 29.96 18.11 8.22 -
YUV 109.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 211 65 73 0 0.69 0.65 0.17 356.71 0.62 0.54
Hex D3 41 49 0 45 41 11 165 3E 36
Octal 323 101 111 0 105 101 21 545 76 66
Binary 11010011 1000001 1001001 0 1000101 1000001 10001 101100101 111110 110110

Color Harmonies of #D34149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34149

Black with #D34149

Text Example


Text Example

White with #D34149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34149; }

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

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

background-color css

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

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

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

border-color css

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

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

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