Html Css Color HEX #D34F52 Mandy

📋 copy color: '#D34F52'

red 211 ◦ green 79 ◦ blue 82

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

Shades of Mandy #D34F52

Tints of Mandy #D34F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 56.72%
G = 21.24%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D34F52 (or 0xD34F52) is known color: Mandy. HEX triplet: D3, 4F and 52. RGB value is (211,79,82). Sum of RGB (Red+Green+Blue) = 211+79+82=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34F52 is #2CB0AD. Grayscale: #767676. Windows color (decimal): -2928814 or 5394387. OLE color: 5394387.

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

Color convert

RGB 211 79 82 -
CMYK 0 0.63 0.61 0.17
HSL 358.64º 0.6% 0.57% -
HSV(B) 358.64º 0.63% 0.83% -
XYZ 31.18 20.05 10.21 -
YUV 118.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 211 79 82 0 0.63 0.61 0.17 358.64 0.6 0.57
Hex D3 4F 52 0 3F 3D 11 167 3C 39
Octal 323 117 122 0 77 75 21 547 74 71
Binary 11010011 1001111 1010010 0 111111 111101 10001 101100111 111100 111001

Color Harmonies of #D34F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F52

Black with #D34F52

Text Example


Text Example

White with #D34F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F52; }

 p { color: rgb(211,79,82); }

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

background-color css

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

 a { background-color: rgb(211,79,82); }

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

border-color css

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

 span { border-color: rgb(211,79,82); }

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