Html Css Color HEX #D4434A Mandy

📋 copy color: '#D4434A'

red 212 ◦ green 67 ◦ blue 74

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

Shades of Mandy #D4434A

Tints of Mandy #D4434A

RGB

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

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

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

R = 60.06%
G = 18.98%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4434A (or 0xD4434A) is known color: Mandy. HEX triplet: D4, 43 and 4A. RGB value is (212,67,74). Sum of RGB (Red+Green+Blue) = 212+67+74=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4434A is #2BBCB5. Grayscale: #6F6F6F. Windows color (decimal): -2866358 or 4867028. OLE color: 4867028.

HSL color Cylindrical-coordinate representation of color #D4434A: hue angle of 357.1º 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 #D4434A is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 67 74 -
CMYK 0 0.68 0.65 0.17
HSL 357.1º 0.63% 0.55% -
HSV(B) 357.1º 0.68% 0.83% -
XYZ 30.39 18.51 8.45 -
YUV 111.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 212 67 74 0 0.68 0.65 0.17 357.1 0.63 0.55
Hex D4 43 4A 0 44 41 11 165 3F 37
Octal 324 103 112 0 104 101 21 545 77 67
Binary 11010100 1000011 1001010 0 1000100 1000001 10001 101100101 111111 110111

Color Harmonies of #D4434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4434A

Black with #D4434A

Text Example


Text Example

White with #D4434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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