Html Css Color HEX #D34A5B Mandy

📋 copy color: '#D34A5B'

red 211 ◦ green 74 ◦ blue 91

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

Shades of Mandy #D34A5B

Tints of Mandy #D34A5B

RGB

 RED value IS 211 (82.81% from 255) = 56.12%

 GREEN value IS 74 (29.3% from 255) = 19.68%

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

R = 56.12%
G = 19.68%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D34A5B (or 0xD34A5B) is known color: Mandy. HEX triplet: D3, 4A and 5B. RGB value is (211,74,91). Sum of RGB (Red+Green+Blue) = 211+74+91=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34A5B is #2CB5A4. Grayscale: #747474. Windows color (decimal): -2930085 or 5982931. OLE color: 5982931.

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

Color convert

RGB 211 74 91 -
CMYK 0 0.65 0.57 0.17
HSL 352.55º 0.61% 0.56% -
HSV(B) 352.55º 0.65% 0.83% -
XYZ 31.2 19.5 12.02 -
YUV 116.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 211 74 91 0 0.65 0.57 0.17 352.55 0.61 0.56
Hex D3 4A 5B 0 41 39 11 161 3D 38
Octal 323 112 133 0 101 71 21 541 75 70
Binary 11010011 1001010 1011011 0 1000001 111001 10001 101100001 111101 111000

Color Harmonies of #D34A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A5B

Black with #D34A5B

Text Example


Text Example

White with #D34A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A5B; }

 p { color: rgb(211,74,91); }

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

background-color css

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

 a { background-color: rgb(211,74,91); }

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

border-color css

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

 span { border-color: rgb(211,74,91); }

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