Html Css Color HEX #D44352 Mandy

📋 copy color: '#D44352'

red 212 ◦ green 67 ◦ blue 82

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

Shades of Mandy #D44352

Tints of Mandy #D44352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.56%

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

R = 58.73%
G = 18.56%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D44352 (or 0xD44352) is known color: Mandy. HEX triplet: D4, 43 and 52. RGB value is (212,67,82). Sum of RGB (Red+Green+Blue) = 212+67+82=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D44352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44352 is #2BBCAD. Grayscale: #707070. Windows color (decimal): -2866350 or 5391316. OLE color: 5391316.

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

Color convert

RGB 212 67 82 -
CMYK 0 0.68 0.61 0.17
HSL 353.79º 0.63% 0.55% -
HSV(B) 353.79º 0.68% 0.83% -
XYZ 30.68 18.62 9.96 -
YUV 112.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 212 67 82 0 0.68 0.61 0.17 353.79 0.63 0.55
Hex D4 43 52 0 44 3D 11 162 3F 37
Octal 324 103 122 0 104 75 21 542 77 67
Binary 11010100 1000011 1010010 0 1000100 111101 10001 101100010 111111 110111

Color Harmonies of #D44352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44352

Black with #D44352

Text Example


Text Example

White with #D44352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44352; }

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

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

background-color css

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

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

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

border-color css

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

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

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