Html Css Color HEX #D4535A Mandy

📋 copy color: '#D4535A'

red 212 ◦ green 83 ◦ blue 90

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

Shades of Mandy #D4535A

Tints of Mandy #D4535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 55.06%
G = 21.56%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4535A (or 0xD4535A) is known color: Mandy. HEX triplet: D4, 53 and 5A. RGB value is (212,83,90). Sum of RGB (Red+Green+Blue) = 212+83+90=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4535A is #2BACA5. Grayscale: #7A7A7A. Windows color (decimal): -2862246 or 5919700. OLE color: 5919700.

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

Color convert

RGB 212 83 90 -
CMYK 0 0.61 0.58 0.17
HSL 356.74º 0.6% 0.58% -
HSV(B) 356.74º 0.61% 0.83% -
XYZ 32.09 20.92 12.02 -
YUV 122.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 212 83 90 0 0.61 0.58 0.17 356.74 0.6 0.58
Hex D4 53 5A 0 3D 3A 11 165 3C 3A
Octal 324 123 132 0 75 72 21 545 74 72
Binary 11010100 1010011 1011010 0 111101 111010 10001 101100101 111100 111010

Color Harmonies of #D4535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4535A

Black with #D4535A

Text Example


Text Example

White with #D4535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4535A; }

 p { color: rgb(212,83,90); }

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

background-color css

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

 a { background-color: rgb(212,83,90); }

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

border-color css

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

 span { border-color: rgb(212,83,90); }

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