Html Css Color HEX #D4545B Mandy

📋 copy color: '#D4545B'

red 212 ◦ green 84 ◦ blue 91

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

Shades of Mandy #D4545B

Tints of Mandy #D4545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 54.78%
G = 21.71%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4545B (or 0xD4545B) is known color: Mandy. HEX triplet: D4, 54 and 5B. RGB value is (212,84,91). Sum of RGB (Red+Green+Blue) = 212+84+91=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4545B is #2BABA4. Grayscale: #7B7B7B. Windows color (decimal): -2861989 or 5985492. OLE color: 5985492.

HSL color Cylindrical-coordinate representation of color #D4545B: hue angle of 356.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4545B is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 84 91 -
CMYK 0 0.60 0.57 0.17
HSL 356.72º 0.6% 0.58% -
HSV(B) 356.72º 0.6% 0.83% -
XYZ 32.21 21.09 12.27 -
YUV 123.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 212 84 91 0 0.60 0.57 0.17 356.72 0.6 0.58
Hex D4 54 5B 0 3C 39 11 165 3C 3A
Octal 324 124 133 0 74 71 21 545 74 72
Binary 11010100 1010100 1011011 0 111100 111001 10001 101100101 111100 111010

Color Harmonies of #D4545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4545B

Black with #D4545B

Text Example


Text Example

White with #D4545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4545B; }

 p { color: rgb(212,84,91); }

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

background-color css

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

 a { background-color: rgb(212,84,91); }

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

border-color css

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

 span { border-color: rgb(212,84,91); }

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