Html Css Color HEX #D44F52 Mandy

📋 copy color: '#D44F52'

red 212 ◦ green 79 ◦ blue 82

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

Shades of Mandy #D44F52

Tints of Mandy #D44F52

RGB

 RED value IS 212 (83.2% from 255) = 56.84%

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

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

R = 56.84%
G = 21.18%
B = 21.98%

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

#D44F52 (or 0xD44F52) is known color: Mandy. HEX triplet: D4, 4F and 52. RGB value is (212,79,82). Sum of RGB (Red+Green+Blue) = 212+79+82=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F52 is #2BB0AD. Grayscale: #777777. Windows color (decimal): -2863278 or 5394388. OLE color: 5394388.

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

Color convert

RGB 212 79 82 -
CMYK 0 0.63 0.61 0.17
HSL 358.65º 0.61% 0.57% -
HSV(B) 358.65º 0.63% 0.83% -
XYZ 31.47 20.2 10.22 -
YUV 119.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 212 79 82 0 0.63 0.61 0.17 358.65 0.61 0.57
Hex D4 4F 52 0 3F 3D 11 167 3D 39
Octal 324 117 122 0 77 75 21 547 75 71
Binary 11010100 1001111 1010010 0 111111 111101 10001 101100111 111101 111001

Color Harmonies of #D44F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F52

Black with #D44F52

Text Example


Text Example

White with #D44F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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