Html Css Color HEX #D4535D Mandy

📋 copy color: '#D4535D'

red 212 ◦ green 83 ◦ blue 93

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

Shades of Mandy #D4535D

Tints of Mandy #D4535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 54.64%
G = 21.39%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4535D (or 0xD4535D) is known color: Mandy. HEX triplet: D4, 53 and 5D. RGB value is (212,83,93). Sum of RGB (Red+Green+Blue) = 212+83+93=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4535D is #2BACA2. Grayscale: #7A7A7A. Windows color (decimal): -2862243 or 6116308. OLE color: 6116308.

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

Color convert

RGB 212 83 93 -
CMYK 0 0.61 0.56 0.17
HSL 355.35º 0.6% 0.58% -
HSV(B) 355.35º 0.61% 0.83% -
XYZ 32.22 20.97 12.71 -
YUV 122.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 212 83 93 0 0.61 0.56 0.17 355.35 0.6 0.58
Hex D4 53 5D 0 3D 38 11 163 3C 3A
Octal 324 123 135 0 75 70 21 543 74 72
Binary 11010100 1010011 1011101 0 111101 111000 10001 101100011 111100 111010

Color Harmonies of #D4535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4535D

Black with #D4535D

Text Example


Text Example

White with #D4535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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