Html Css Color HEX #D43D52 Mandy

📋 copy color: '#D43D52'

red 212 ◦ green 61 ◦ blue 82

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

Shades of Mandy #D43D52

Tints of Mandy #D43D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

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

R = 59.72%
G = 17.18%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43D52 (or 0xD43D52) is known color: Mandy. HEX triplet: D4, 3D and 52. RGB value is (212,61,82). Sum of RGB (Red+Green+Blue) = 212+61+82=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D52 is #2BC2AD. Grayscale: #6C6C6C. Windows color (decimal): -2867886 or 5389780. OLE color: 5389780.

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

Color convert

RGB 212 61 82 -
CMYK 0 0.71 0.61 0.17
HSL 351.66º 0.64% 0.54% -
HSV(B) 351.66º 0.71% 0.83% -
XYZ 30.34 17.94 9.85 -
YUV 108.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 212 61 82 0 0.71 0.61 0.17 351.66 0.64 0.54
Hex D4 3D 52 0 47 3D 11 160 40 36
Octal 324 75 122 0 107 75 21 540 100 66
Binary 11010100 111101 1010010 0 1000111 111101 10001 101100000 1000000 110110

Color Harmonies of #D43D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43D52

Black with #D43D52

Text Example


Text Example

White with #D43D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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