Html Css Color HEX #D4424A Mandy

📋 copy color: '#D4424A'

red 212 ◦ green 66 ◦ blue 74

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

Shades of Mandy #D4424A

Tints of Mandy #D4424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 60.23%
G = 18.75%
B = 21.02%

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

#D4424A (or 0xD4424A) is known color: Mandy. HEX triplet: D4, 42 and 4A. RGB value is (212,66,74). Sum of RGB (Red+Green+Blue) = 212+66+74=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4424A is #2BBDB5. Grayscale: #6E6E6E. Windows color (decimal): -2866614 or 4866772. OLE color: 4866772.

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

Color convert

RGB 212 66 74 -
CMYK 0 0.69 0.65 0.17
HSL 356.71º 0.63% 0.55% -
HSV(B) 356.71º 0.69% 0.83% -
XYZ 30.34 18.39 8.43 -
YUV 110.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 212 66 74 0 0.69 0.65 0.17 356.71 0.63 0.55
Hex D4 42 4A 0 45 41 11 165 3F 37
Octal 324 102 112 0 105 101 21 545 77 67
Binary 11010100 1000010 1001010 0 1000101 1000001 10001 101100101 111111 110111

Color Harmonies of #D4424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4424A

Black with #D4424A

Text Example


Text Example

White with #D4424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4424A; }

 p { color: rgb(212,66,74); }

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

background-color css

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

 a { background-color: rgb(212,66,74); }

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

border-color css

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

 span { border-color: rgb(212,66,74); }

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