Html Css Color HEX #D34A5C Mandy

📋 copy color: '#D34A5C'

red 211 ◦ green 74 ◦ blue 92

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

Shades of Mandy #D34A5C

Tints of Mandy #D34A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 55.97%
G = 19.63%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D34A5C (or 0xD34A5C) is known color: Mandy. HEX triplet: D3, 4A and 5C. RGB value is (211,74,92). Sum of RGB (Red+Green+Blue) = 211+74+92=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34A5C is #2CB5A3. Grayscale: #757575. Windows color (decimal): -2930084 or 6048467. OLE color: 6048467.

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

Color convert

RGB 211 74 92 -
CMYK 0 0.65 0.56 0.17
HSL 352.12º 0.61% 0.56% -
HSV(B) 352.12º 0.65% 0.83% -
XYZ 31.24 19.52 12.25 -
YUV 117.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 211 74 92 0 0.65 0.56 0.17 352.12 0.61 0.56
Hex D3 4A 5C 0 41 38 11 160 3D 38
Octal 323 112 134 0 101 70 21 540 75 70
Binary 11010011 1001010 1011100 0 1000001 111000 10001 101100000 111101 111000

Color Harmonies of #D34A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A5C

Black with #D34A5C

Text Example


Text Example

White with #D34A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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