Html Css Color HEX #D4535B Mandy

📋 copy color: '#D4535B'

red 212 ◦ green 83 ◦ blue 91

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

Shades of Mandy #D4535B

Tints of Mandy #D4535B

RGB

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

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

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

R = 54.92%
G = 21.5%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4535B (or 0xD4535B) is known color: Mandy. HEX triplet: D4, 53 and 5B. RGB value is (212,83,91). Sum of RGB (Red+Green+Blue) = 212+83+91=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4535B is #2BACA4. Grayscale: #7A7A7A. Windows color (decimal): -2862245 or 5985236. OLE color: 5985236.

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

Color convert

RGB 212 83 91 -
CMYK 0 0.61 0.57 0.17
HSL 356.28º 0.6% 0.58% -
HSV(B) 356.28º 0.61% 0.83% -
XYZ 32.13 20.94 12.25 -
YUV 122.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 212 83 91 0 0.61 0.57 0.17 356.28 0.6 0.58
Hex D4 53 5B 0 3D 39 11 164 3C 3A
Octal 324 123 133 0 75 71 21 544 74 72
Binary 11010100 1010011 1011011 0 111101 111001 10001 101100100 111100 111010

Color Harmonies of #D4535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4535B

Black with #D4535B

Text Example


Text Example

White with #D4535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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