Html Css Color HEX #D34B53 Mandy

📋 copy color: '#D34B53'

red 211 ◦ green 75 ◦ blue 83

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

Shades of Mandy #D34B53

Tints of Mandy #D34B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

 BLUE value IS 83 (32.81% from 255) = 22.49%

R = 57.18%
G = 20.33%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D34B53 (or 0xD34B53) is known color: Mandy. HEX triplet: D3, 4B and 53. RGB value is (211,75,83). Sum of RGB (Red+Green+Blue) = 211+75+83=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34B53 is #2CB4AC. Grayscale: #747474. Windows color (decimal): -2929837 or 5458899. OLE color: 5458899.

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

Color convert

RGB 211 75 83 -
CMYK 0 0.64 0.61 0.17
HSL 356.47º 0.61% 0.56% -
HSV(B) 356.47º 0.64% 0.83% -
XYZ 30.94 19.51 10.32 -
YUV 116.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 211 75 83 0 0.64 0.61 0.17 356.47 0.61 0.56
Hex D3 4B 53 0 40 3D 11 164 3D 38
Octal 323 113 123 0 100 75 21 544 75 70
Binary 11010011 1001011 1010011 0 1000000 111101 10001 101100100 111101 111000

Color Harmonies of #D34B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34B53

Black with #D34B53

Text Example


Text Example

White with #D34B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34B53; }

 p { color: rgb(211,75,83); }

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

background-color css

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

 a { background-color: rgb(211,75,83); }

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

border-color css

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

 span { border-color: rgb(211,75,83); }

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